/* G-Maple Tabs Mobile Dropdown */

.gmtd-dropdown { display: none; }

/* When converted to mobile dropdown */
.elementor-tabs.gmtd-mobile > .gmtd-dropdown,
.e-n-tabs.gmtd-mobile > .gmtd-dropdown { display: block; margin-bottom: 16px; }

/* Hide native tab navigation while in dropdown mode */
.elementor-tabs.gmtd-mobile > .elementor-tabs-wrapper,
.elementor-tabs.gmtd-mobile .elementor-tab-mobile-title {
	display: none !important;
}
.e-n-tabs.gmtd-mobile > .e-n-tabs-heading {
	display: none !important;
}

/* Classic: only show the active content panel while in dropdown mode */
.elementor-tabs.gmtd-mobile .elementor-tab-content { display: none !important; }
.elementor-tabs.gmtd-mobile .elementor-tab-content.elementor-active { display: block !important; }

/* The select control — clean, themeable */
.gmtd-select {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 44px 14px 18px;
	font-size: 16px;
	line-height: 1.3;
	color: #14387f;
	background-color: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2314387f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	font-family: inherit;
	font-weight: 600;
}
.gmtd-select:focus {
	outline: none;
	border-color: #14387f;
	box-shadow: 0 0 0 3px rgba(20, 56, 127, .15);
}
