/**
 * Opal Tour Search Results — Stylesheet
 * Layout: sidebar filter trái 280px + main grid phải.
 */

/* ============================================================
   1. PAGE WRAPPER
   ============================================================ */
.opal-search-page {
	font-family: 'Be Vietnam Pro', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	color: #1a2332;
	background: #fafbfc;
	padding: 32px 0 60px;
	min-height: 60vh;
}
.opal-search-page * { box-sizing: border-box; }
.opal-search-page .opal-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ============================================================
   2. HEADER
   ============================================================ */
.opal-search-header {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff4dc;
}
.opal-search-title {
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 800;
	margin: 0 0 8px;
	color: #1a2332;
	letter-spacing: -0.02em;
}
.opal-search-title strong {
	color: #d98e00;
}
.opal-search-meta {
	font-size: 14.5px;
	color: #4a5568;
	margin: 0;
}
.opal-search-meta strong { color: #1a2332; font-weight: 700; }

/* ============================================================
   3. LAYOUT
   ============================================================ */
.opal-search-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 24px;
	align-items: start;
}

@media (max-width: 1024px) {
	.opal-search-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ============================================================
   4. SIDEBAR FILTER
   ============================================================ */
.opal-search-sidebar {
	position: sticky;
	top: 80px;
}
@media (max-width: 1024px) {
	.opal-search-sidebar { position: static; }
}

.opal-filter-form {
	background: #fff;
	border-radius: 14px;
	padding: 18px 18px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.opal-filter-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #fff4dc;
	margin-bottom: 14px;
}
.opal-filter-head h3 {
	font-size: 15px;
	font-weight: 800;
	margin: 0;
	color: #1a2332;
}
.opal-filter-reset {
	font-size: 12px;
	color: #ef4444;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #ef4444;
	padding: 4px 10px;
	border-radius: 100px;
	transition: all .2s;
}
.opal-filter-reset:hover {
	background: #ef4444;
	color: #fff;
}

.opal-filter-block {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #e8eaed;
}
.opal-filter-block:last-of-type {
	border-bottom: 0;
	margin-bottom: 12px;
}
.opal-filter-block h4 {
	font-size: 13px;
	font-weight: 700;
	color: #1a2332;
	margin: 0 0 10px;
	letter-spacing: 0.02em;
}

/* Price range inputs */
.opal-price-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 10px;
}
.opal-price-inputs label {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.opal-price-inputs label > span {
	font-size: 11px;
	color: #718096;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.opal-price-inputs input {
	width: 100%;
	padding: 8px 10px;
	border: 1.5px solid #e8eaed;
	border-radius: 6px;
	font-size: 13px;
	font-family: inherit;
	color: #1a2332;
	transition: all .15s;
}
.opal-price-inputs input:focus {
	border-color: #ffaa00;
	outline: none;
	box-shadow: 0 0 0 2px #fff4dc;
}

.opal-price-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.opal-price-chip {
	padding: 5px 10px;
	background: #fafbfc;
	border: 1px solid #e8eaed;
	border-radius: 100px;
	font-size: 11.5px;
	font-weight: 600;
	color: #4a5568;
	cursor: pointer;
	transition: all .15s;
	font-family: inherit;
}
.opal-price-chip:hover { border-color: #ffaa00; color: #d98e00; }
.opal-price-chip.is-active {
	background: #ffaa00;
	border-color: #d98e00;
	color: #fff;
}

/* Filter options - hyperlinks (sub-destinations) */
.opal-filter-options {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.opal-filter-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: transparent;
	border-radius: 6px;
	font-size: 13.5px;
	color: #4a5568;
	text-decoration: none;
	transition: all .15s;
	font-weight: 500;
}
.opal-filter-link:hover {
	background: #fff4dc;
	color: #d98e00;
}
.opal-filter-count {
	font-size: 11px;
	color: #aab1bc;
	background: #fafbfc;
	padding: 2px 7px;
	border-radius: 100px;
	font-weight: 700;
}

/* Filter options - radio (duration) */
.opal-filter-options-radio {
	gap: 6px;
}
.opal-filter-radio {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 6px;
	transition: background .15s;
	font-size: 13.5px;
	color: #4a5568;
}
.opal-filter-radio:hover { background: #fff4dc; }
.opal-filter-radio input { margin: 0; accent-color: #ffaa00; }
.opal-filter-radio small { color: #aab1bc; font-size: 11px; margin-left: 4px; }

/* Filter chips (vibes) */
.opal-filter-chips {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}
.opal-vibe-chip-filter {
	display: inline-block;
	padding: 5px 12px;
	background: #fff4dc;
	color: #d98e00;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	border: 1px solid transparent;
}
.opal-vibe-chip-filter:hover {
	background: #ffaa00;
	color: #fff;
}
.opal-vibe-chip-filter.is-active {
	background: #ffaa00;
	color: #fff;
	border-color: #d98e00;
}

.opal-filter-apply {
	display: block;
	width: 100%;
	padding: 11px;
	background: linear-gradient(135deg, #ffaa00 0%, #d98e00 100%);
	color: #fff;
	border: 0;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 6px;
	transition: all .2s;
	font-family: inherit;
	letter-spacing: 0.02em;
}
.opal-filter-apply:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(255, 170, 0, 0.3);
}

/* ============================================================
   5. MAIN
   ============================================================ */
.opal-search-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 18px;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	font-size: 13.5px;
	color: #4a5568;
	flex-wrap: wrap;
	gap: 10px;
}
.opal-toolbar-count strong {
	color: #d98e00;
	font-weight: 800;
	font-size: 16px;
}
.opal-sort-form label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}
.opal-sort-form select {
	padding: 7px 12px;
	border: 1.5px solid #e8eaed;
	border-radius: 6px;
	font-size: 13px;
	background: #fafbfc;
	font-family: inherit;
	color: #1a2332;
	cursor: pointer;
	transition: border-color .15s;
}
.opal-sort-form select:focus {
	border-color: #ffaa00;
	outline: none;
}

/* ============================================================
   6. RESULTS GRID
   ============================================================ */
.opal-search-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.opal-tour-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	transition: transform .25s, box-shadow .25s;
	display: flex;
	flex-direction: column;
}
.opal-tour-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.opal-tour-card-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	background: #fff4dc;
}
.opal-tour-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.opal-tour-card:hover .opal-tour-card-thumb img {
	transform: scale(1.05);
}
.opal-tour-card-noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 48px;
	color: #d98e00;
	opacity: .5;
}
.opal-tour-card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ef4444;
	color: #fff;
	padding: 4px 10px;
	border-radius: 100px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3);
}

.opal-tour-card-body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.opal-tour-card-vibes {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.opal-tour-card-vibes .opal-vibe-chip {
	display: inline-block;
	padding: 3px 10px;
	background: #fff4dc;
	color: #d98e00;
	border-radius: 100px;
	font-size: 11px;
	font-weight: 600;
}

.opal-tour-card-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	color: #1a2332;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}
.opal-tour-card-title a {
	color: inherit;
	text-decoration: none;
}
.opal-tour-card:hover .opal-tour-card-title a {
	color: #d98e00;
}

.opal-tour-card-route {
	font-size: 12.5px;
	color: #718096;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.opal-tour-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 12px;
	color: #4a5568;
	font-weight: 500;
	padding-top: 6px;
	border-top: 1px dashed #e8eaed;
}

.opal-tour-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 10px;
	gap: 10px;
}
.opal-tour-card-price {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.opal-tcp-current {
	font-size: 17px;
	font-weight: 800;
	color: #d98e00;
	letter-spacing: -0.01em;
}
.opal-tcp-orig {
	font-size: 12px;
	color: #aab1bc;
	text-decoration: line-through;
}
.opal-tour-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 14px;
	background: #fff;
	color: #d98e00;
	border: 1.5px solid #ffaa00;
	border-radius: 100px;
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
	white-space: nowrap;
	flex-shrink: 0;
}
.opal-tour-card-cta:hover {
	background: #ffaa00;
	color: #fff;
}

/* ============================================================
   7. PAGINATION
   ============================================================ */
.opal-search-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
}
.opal-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	background: #fff;
	color: #4a5568;
	border-radius: 8px;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.opal-page-link:hover {
	background: #fff4dc;
	color: #d98e00;
}
.opal-page-link.is-active {
	background: linear-gradient(135deg, #ffaa00 0%, #d98e00 100%);
	color: #fff;
}

/* ============================================================
   8. EMPTY STATE
   ============================================================ */
.opal-search-empty {
	background: #fff;
	border-radius: 14px;
	padding: 50px 30px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	max-width: 720px;
	margin: 0 auto;
}
.opal-empty-icon {
	font-size: 64px;
	margin-bottom: 16px;
	opacity: .6;
}
.opal-search-empty h3 {
	font-size: 22px;
	font-weight: 800;
	color: #1a2332;
	margin: 0 0 12px;
}
.opal-search-empty > p {
	font-size: 15px;
	color: #4a5568;
	margin: 0 0 24px;
	line-height: 1.6;
}
.opal-search-empty > p strong {
	color: #d98e00;
}

.opal-empty-suggestions {
	background: linear-gradient(135deg, #fff8e7 0%, #fffbf2 100%);
	border-radius: 12px;
	padding: 18px 22px;
	text-align: left;
	margin: 0 0 24px;
	border: 1px dashed #ffaa00;
}
.opal-empty-suggestions-label {
	font-weight: 700;
	color: #1a2332;
	margin: 0 0 10px;
	font-size: 14px;
}
.opal-empty-suggestions ul {
	margin: 0;
	padding-left: 18px;
	font-size: 13.5px;
	color: #4a5568;
	line-height: 1.7;
}
.opal-empty-suggestions ul li {
	margin-bottom: 6px;
}
.opal-empty-suggestions a {
	color: #d98e00;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dashed #ffaa00;
}
.opal-empty-suggestions a:hover {
	color: #1a2332;
	border-bottom-color: #1a2332;
}

.opal-empty-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.opal-empty-btn {
	display: inline-block;
	padding: 11px 22px;
	background: linear-gradient(135deg, #ffaa00 0%, #d98e00 100%);
	color: #fff;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
}
.opal-empty-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 170, 0, 0.3);
}
.opal-empty-btn-secondary {
	background: #fff;
	color: #4a5568;
	border: 1.5px solid #e8eaed;
}
.opal-empty-btn-secondary:hover {
	border-color: #ffaa00;
	color: #d98e00;
	background: #fff;
}


/* ============================================================
   9. UPGRADED SEARCH FORM (search bar trang chủ)
   Strategy v2.0.5: KHÔNG force grid override (vì Aventour có nested wrappers
   khó kiểm soát). Thay vào đó: tinh chỉnh từng element để form dọc đẹp gọn.
   Each field: label compact + input full width đẹp + button to nổi bật.
   ============================================================ */

/* Container của form được upgrade */
.opal-upgraded-form {
	font-family: 'Be Vietnam Pro', 'Inter', sans-serif !important;
}

/* === LABEL === giảm chiều cao, uppercase, không wrap nhiều dòng */
.opal-upgraded-form label,
.opal-upgraded-form .field-label,
.opal-upgraded-form .field-title,
.opal-upgraded-form > div > div > label,
.opal-upgraded-form .form-group > label {
	display: block !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #4a5568 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	margin: 0 0 6px 2px !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 100% !important;
}

/* === INPUTS === full width, đẹp đồng nhất */
.opal-upgraded-form input[type="text"],
.opal-upgraded-form input[type="search"],
.opal-upgraded-form input[type="date"],
.opal-upgraded-form input[type="number"],
.opal-upgraded-form select,
.opal-upgraded-form .opal-type-select,
.opal-upgraded-form .nice-select {
	width: 100% !important;
	max-width: 100% !important;
	padding: 12px 16px !important;
	border: 1.5px solid #e8eaed !important;
	border-radius: 12px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	background: #fafbfc !important;
	color: #1a2332 !important;
	font-family: inherit !important;
	cursor: pointer;
	min-height: 50px !important;
	box-sizing: border-box !important;
	transition: all .2s !important;
	line-height: 1.5 !important;
	box-shadow: none !important;
}
.opal-upgraded-form input[type="date"] {
	min-width: 0 !important;
}
.opal-upgraded-form input:hover,
.opal-upgraded-form select:hover,
.opal-upgraded-form .opal-type-select:hover,
.opal-upgraded-form .nice-select:hover {
	background: #fff !important;
	border-color: #ffaa00 !important;
}
.opal-upgraded-form input:focus,
.opal-upgraded-form select:focus,
.opal-upgraded-form .opal-type-select:focus,
.opal-upgraded-form .nice-select.open {
	background: #fff !important;
	border-color: #ffaa00 !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(255, 170, 0, 0.15) !important;
}

/* Optgroup style trong dropdown */
.opal-upgraded-form optgroup {
	font-weight: 700 !important;
	color: #d98e00 !important;
	background: #fff8e7 !important;
	font-style: normal !important;
}
.opal-upgraded-form option {
	padding: 8px !important;
	color: #1a2332 !important;
	background: #fff !important;
}

/* === FIELD GROUPS === giảm margin/spacing giữa các field */
.opal-upgraded-form > .form-group,
.opal-upgraded-form > .input-box,
.opal-upgraded-form > .field-wrap,
.opal-upgraded-form .form-group,
.opal-upgraded-form .input-box {
	margin-bottom: 14px !important;
	padding: 0 !important;
}
.opal-upgraded-form > .form-group:last-of-type,
.opal-upgraded-form > .input-box:last-of-type {
	margin-bottom: 0 !important;
}

/* === BUTTON SEARCH TOURS === gọn vừa text+icon, căn giữa form (không full width) */
.opal-upgraded-form button[type="submit"],
.opal-upgraded-form input[type="submit"],
.opal-upgraded-form .theme-btn,
.opal-upgraded-form .btn-style-one,
.opal-upgraded-form .submit-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: fit-content !important;
	min-width: 180px !important;
	max-width: 100% !important;
	padding: 12px 32px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	background: linear-gradient(135deg, #ffaa00 0%, #d98e00 100%) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 100px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em !important;
	cursor: pointer;
	transition: all .25s !important;
	box-shadow: 0 4px 14px rgba(255, 170, 0, 0.3) !important;
	text-transform: none !important;
	font-family: inherit !important;
	margin: 18px auto 0 auto !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
}
.opal-upgraded-form button[type="submit"]:hover,
.opal-upgraded-form input[type="submit"]:hover,
.opal-upgraded-form .theme-btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 22px rgba(255, 170, 0, 0.42) !important;
}

/* Button căn giữa: dùng display: block + margin: auto thay vì flex container
   (tránh lan ảnh hưởng tới các label khác do :has() propagate). */
.opal-upgraded-form button[type="submit"],
.opal-upgraded-form input[type="submit"],
.opal-upgraded-form .theme-btn,
.opal-upgraded-form .submit-btn {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Icon trong button */
.opal-upgraded-form button[type="submit"] i,
.opal-upgraded-form button[type="submit"] svg,
.opal-upgraded-form .theme-btn i {
	font-size: 13px !important;
	margin: 0 !important;
	flex-shrink: 0 !important;
}
/* Aventour có khi wrap text trong span/btn-wrap */
.opal-upgraded-form button[type="submit"] span,
.opal-upgraded-form .theme-btn span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	white-space: nowrap !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #fff !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
}
/* Aventour có pattern: btn-curve / btn-title — disable hiệu ứng phức tạp */
.opal-upgraded-form button[type="submit"]::before,
.opal-upgraded-form button[type="submit"]::after,
.opal-upgraded-form .theme-btn::before,
.opal-upgraded-form .theme-btn::after {
	display: none !important;
}

/* Aventour có thể có icon-arrow tròn trắng to bên phải - giữ nhưng làm nhỏ hơn */
.opal-upgraded-form button[type="submit"] .btn-curve,
.opal-upgraded-form .theme-btn .btn-curve,
.opal-upgraded-form button[type="submit"] .icon-arrow {
	width: 22px !important;
	height: 22px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #d98e00 !important;
	font-size: 11px !important;
	margin-left: 4px !important;
	flex-shrink: 0 !important;
}

/* === CUSTOM DROPDOWN UI === (nice-select / select-box) */
.opal-upgraded-form .nice-select {
	padding: 12px 40px 12px 16px !important;
	display: flex !important;
	align-items: center !important;
}
.opal-upgraded-form .nice-select::after {
	right: 16px !important;
	border-color: #ffaa00 !important;
	border-bottom-width: 2px !important;
	border-right-width: 2px !important;
	height: 8px !important;
	width: 8px !important;
	margin-top: -6px !important;
}
.opal-upgraded-form .nice-select .list {
	width: 100% !important;
	border-radius: 12px !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12) !important;
	border: 1px solid #e8eaed !important;
	margin-top: 4px !important;
	max-height: 320px !important;
	overflow-y: auto !important;
}
.opal-upgraded-form .nice-select .option {
	padding: 10px 16px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #1a2332 !important;
	min-height: auto !important;
	line-height: 1.5 !important;
}
.opal-upgraded-form .nice-select .option:hover,
.opal-upgraded-form .nice-select .option.focus,
.opal-upgraded-form .nice-select .option.selected.focus {
	background: #fff8e7 !important;
	color: #d98e00 !important;
}
.opal-upgraded-form .nice-select .option.selected {
	font-weight: 700 !important;
	color: #d98e00 !important;
}

/* === MOBILE ≤768px === === */
@media (max-width: 768px) {
	.opal-upgraded-form input,
	.opal-upgraded-form select,
	.opal-upgraded-form .opal-type-select,
	.opal-upgraded-form .nice-select {
		min-height: 48px !important;
		padding: 11px 14px !important;
		font-size: 14px !important;
	}
	.opal-upgraded-form button[type="submit"],
	.opal-upgraded-form .theme-btn {
		min-height: 46px !important;
		max-height: 46px !important;
		font-size: 14px !important;
		padding: 11px 26px !important;
		min-width: 160px !important;
		width: auto !important;
	}
	.opal-upgraded-form > .form-group,
	.opal-upgraded-form > .input-box {
		margin-bottom: 12px !important;
	}
}

/* === FALLBACK STYLE cho .opal-type-select (luôn áp dụng dù ở đâu) === */
.opal-type-select {
	width: 100% !important;
	padding: 12px 16px !important;
	border: 1.5px solid #e8eaed !important;
	border-radius: 12px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	background: #fafbfc !important;
	color: #1a2332 !important;
	font-family: inherit !important;
	cursor: pointer;
	min-height: 50px !important;
	box-sizing: border-box !important;
	transition: all .2s !important;
}
.opal-type-select:hover {
	background: #fff !important;
	border-color: #ffaa00 !important;
}
.opal-type-select:focus {
	background: #fff !important;
	border-color: #ffaa00 !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(255, 170, 0, 0.15) !important;
}


/* ============================================================
   10. MOBILE RESPONSIVE — page-level
   ============================================================ */
@media (max-width: 768px) {
	.opal-search-page { padding: 20px 0 60px; }
	.opal-search-page .opal-container { padding: 0 14px; }
	.opal-search-grid { grid-template-columns: 1fr; gap: 14px; }
	.opal-search-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
	.opal-tour-card-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}
	.opal-tour-card-cta {
		text-align: center;
		justify-content: center;
	}
}
