/* =========================================================
   eh-service-options.css — Service Bundle Selector (dropdown)
   ========================================================= */

.eh-service-options {
	margin-bottom: 20px;
}

.eh-so-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7a8d;
	margin: 0 0 7px;
}

/* ── Select dropdown ─────────────────────────────────── */
.eh-so-select {
	display: block;
	width: 100%;
	padding: 10px 36px 10px 14px;
	font-size: 13.5px;
	font-weight: 500;
	color: #1e293b;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230092b0' 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 12px center;
	background-size: 16px;
	border: 1.5px solid #dde3ec;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: border-color 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
	height: auto;
}

.eh-so-select:hover {
	border-color: #0092b0;
}

.eh-so-select:focus {
	outline: none;
	border-color: #0092b0;
	box-shadow: 0 0 0 3px rgba(0, 146, 176, 0.15);
}

/* Add-on notice below the select */
.eh-so-addon-notice {
	font-size: 12px;
	color: #0092b0;
	font-weight: 500;
	margin: 6px 0 0;
	min-height: 16px;
}

/* Hide inside Molla's compact fixed sticky add-to-cart bar */
.sticky-bar.fixed .eh-service-options {
	display: none !important;
}
