/* 
 * Styles for Tab with Link inside Nested Tabs 
 */

.e-n-tabs .e-n-tab-title.e-tabs-with-link-url {
	/* Reset standard anchor variables so it inherits Elementor's tab styling perfectly */
	text-decoration: none !important;
	color: #7AAEE8 !important;
	transition: color 0.3s ease;
}

.e-n-tabs .e-n-tab-title.e-tabs-with-link-url:hover,
.e-n-tabs .e-n-tab-title.e-tabs-with-link-url:focus {
	text-decoration: none !important;
	color: #fff !important;
}

/* Ensure the icon doesn't get messed up if they click inside the link */
.e-n-tabs .e-n-tab-title.e-tabs-with-link-url .e-n-tab-icon {
	pointer-events: none;
}
