/* ---------- Termékoldal elrendezés: saját, téma-független wrapper ---------- */
.mab-product-layout {
	display: block;
	clear: both;
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
	grid-column: 1 / -1 !important;
}
.mab-product-layout::after { content: ''; display: table; clear: both; }

/* A wrapper közvetlen gyerekei (cím sor, kép sor, összefoglaló) mindig teljes szélességűek,
   a téma esetleges float/width szabályait felülírva. */
.mab-product-layout > .mab-title-row,
.mab-product-layout > .mab-image-row,
.mab-product-layout > .mab-badges-row,
.mab-product-layout > .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 24px !important;
	clear: both;
}

.mab-title-row h1 { margin: 0 0 8px; }
.mab-title-row .price { font-size: 22px; }
.mab-price-suffix {
	font-size: 14px;
	font-weight: 600;
	color: #6ba82e;
	margin-left: 4px;
}

/* ---------- Jármű jellemzők (váltó / üzemanyag / évjárat) ikonos badge-ek ---------- */
.mab-badges-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.mab-quick-book-btn {
	margin-left: auto;
	background: linear-gradient(135deg, #7bc043 0%, #58a62c 100%);
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 12px 28px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(88,166,44,.3);
	transition: transform .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}
.mab-quick-book-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(88,166,44,.4);
}
@media (max-width: 480px) {
	.mab-quick-book-btn { margin-left: 0; width: 100%; }
}
.mab-badge-item {
	display: flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #eaf5df 0%, #f7fee7 100%);
	border: 1px solid #d9edc2;
	border-radius: 10px;
	padding: 10px 16px;
	font-weight: 600;
	font-size: 14px;
	color: #33502a;
}
.mab-badge-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: #6ba82e;
	flex-shrink: 0;
}
.mab-badge-icon svg { width: 100%; height: 100%; }

/* Kompakt változat az autólista kártyákon */
.mab-badges-row-sm { gap: 6px; margin-bottom: 6px; }
.mab-badge-item-sm {
	padding: 4px 9px;
	font-size: 12px;
	gap: 5px;
	border-radius: 7px;
}
.mab-badge-item-sm .mab-badge-icon { width: 14px; height: 14px; }

/* Üres állapot a "csak szűrés után" listánál */
.mab-car-listing-empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #52525b;
	background: #f9fafb;
	border-radius: 12px;
	border: 1px dashed #d4d4d8;
}

/* Kép sor: 4/6 főkép + 2/6 galéria (asztali nézet) */
@media (min-width: 783px) {
	.mab-image-row {
		display: grid !important;
		grid-template-columns: 4fr 2fr;
		gap: 24px;
		align-items: start;
	}
}
.mab-hero-image {
	display: block !important;
	border-radius: 14px;
	overflow: hidden;
	height: 620px !important;
	max-height: 620px !important;
}
.mab-hero-image a { display: block !important; height: 100% !important; }
.mab-hero-img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.mab-gallery-scroll {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 620px !important;
	max-height: 620px !important;
	overflow-y: auto;
	padding-right: 4px;
}
.mab-gallery-item {
	display: block !important;
	border-radius: 12px;
	overflow: hidden;
	flex: 0 0 auto;
}
.mab-gallery-item img {
	width: 100% !important;
	height: 145px !important;
	max-width: 100% !important;
	object-fit: cover !important;
	display: block !important;
	border-radius: 12px;
}

/* Mobil nézet: főkép majdnem teljes szélességben, alatta oldalra görgethető galéria sáv */
@media (max-width: 782px) {
	.mab-image-row { display: block; }
	.mab-hero-image { height: auto; margin-bottom: 12px; }
	.mab-hero-img { height: auto; }
	.mab-gallery-scroll {
		flex-direction: row;
		overflow-x: auto;
		overflow-y: visible;
		max-height: none;
		gap: 10px;
	}
	.mab-gallery-scroll .mab-gallery-item:first-child { display: none; }
	.mab-gallery-scroll .mab-gallery-item { flex: 0 0 30%; }
	.mab-gallery-scroll .mab-gallery-item img { height: 130px; }
}

/* ---------- Lenyitható fülek (Extrák, Bérlési feltételek) ---------- */
.mab-accordion {
	border: 1px solid #eee;
	border-radius: 12px;
	margin: 14px 0;
	background: #fff;
	overflow: hidden;
}
.mab-accordion summary {
	cursor: pointer;
	padding: 14px 18px;
	font-weight: 700;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(135deg, #f7fee7 0%, #fefce8 100%);
}
.mab-accordion summary::-webkit-details-marker { display: none; }
.mab-accordion summary::after {
	content: '+';
	font-size: 20px;
	font-weight: 400;
	color: #6ba82e;
}
.mab-accordion[open] summary::after { content: '−'; }
.mab-accordion .mab-extras,
.mab-accordion .mab-terms-content {
	padding: 16px 18px;
}
.mab-terms-content ul { margin: 0; padding-left: 20px; }
.mab-terms-content li { margin-bottom: 6px; }

/* ---------- Egyedi ajánlat (csomag) javaslat doboz ---------- */
.mab-package-suggestion {
	background: linear-gradient(135deg, #fef08a 0%, #fef9c3 100%);
	border: 1px solid #fde047;
	border-radius: 10px;
	padding: 12px 16px;
	margin: 10px 0;
	font-size: 14px;
}
.mab-package-suggestion label { display: flex; align-items: flex-start; gap: 8px; cursor: pointer; }
.mab-package-suggestion input { margin-top: 3px; }

/* ---------- "Kérjen árajánlatot" kiemelő doboz ---------- */
.mab-quote-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	background: #f4f4f5;
	border: 1px dashed #d4d4d8;
	border-radius: 10px;
	padding: 10px 16px;
	margin-bottom: 16px;
	font-size: 13px;
	color: #52525b;
}
.mab-quote-link { font-weight: 700; color: #6ba82e; text-decoration: none; }

/* ---------- Árazás doboz ---------- */
.mab-price-box {
	--mab-green: #cdf0a4;
	--mab-green-dark: #6ba82e;
	--mab-yellow: #fef08a;
	--mab-yellow-dark: #b8960a;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 22px 24px;
	margin: 20px 0;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.mab-price-box-title {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 700;
}
.mab-tier-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}
@media (min-width: 640px) {
	.mab-tier-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
.mab-tier-card {
	border-radius: 12px;
	padding: 14px 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
	transition: transform .15s ease;
}
.mab-tier-card:hover { transform: translateY(-2px); }
.mab-tier-card.mab-tint-green {
	background: linear-gradient(160deg, var(--mab-green) 0%, #e4f8d1 100%);
	border: 1px solid #b8e587;
}
.mab-tier-card.mab-tint-yellow {
	background: linear-gradient(160deg, var(--mab-yellow) 0%, #fef9c3 100%);
	border: 1px solid #fde047;
}
.mab-tier-card.mab-tint-quote {
	background: #f4f4f5;
	border: 1px dashed #d4d4d8;
}
.mab-tier-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #52525b;
}
.mab-tier-price {
	font-size: 20px;
	font-weight: 800;
	color: #27271f;
	line-height: 1.2;
}
.mab-tier-price small {
	font-size: 11px;
	font-weight: 600;
	color: #71717a;
}
.mab-tier-sub {
	font-size: 12px;
	color: #71717a;
}
.mab-tier-sub a { color: var(--mab-green-dark); font-weight: 700; text-decoration: none; }

.mab-price-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 6px;
}
.mab-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	color: #3f3f1f;
}
.mab-badge-yellow { background: var(--mab-yellow); }
.mab-badge-green { background: var(--mab-green); color: #1f3d0f; }
.mab-badge strong { font-weight: 800; }

.mab-packages h4 {
	margin: 18px 0 10px;
	font-size: 15px;
	font-weight: 700;
}
.mab-package-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}
.mab-package-card {
	border-radius: 12px;
	padding: 16px;
	text-align: center;
}
.mab-package-card.mab-tint-green {
	background: linear-gradient(135deg, var(--mab-green) 0%, #fff 120%);
	border: 1px solid #b8e587;
}
.mab-package-card.mab-tint-yellow {
	background: linear-gradient(135deg, var(--mab-yellow) 0%, #fff 120%);
	border: 1px solid #fde047;
}
.mab-package-price {
	display: block;
	font-size: 19px;
	font-weight: 800;
	color: #27271f;
}
.mab-package-price small { font-size: 11px; font-weight: 600; color: #71717a; }
.mab-package-sub {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #52525b;
}

.mab-booking-form {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	background: #fafafa;
}
.mab-booking-form h3 { margin-top: 0; }
.mab-field-row { display: flex; gap: 15px; flex-wrap: wrap; }
.mab-field { margin-bottom: 14px; flex: 1; min-width: 160px; }
.mab-field label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 13px; }
.mab-field input, .mab-field select {
	width: 100%; padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px;
}
.mab-extras { margin: 16px 0; }
.mab-extras-title { display: block; font-weight: 600; margin-bottom: 8px; }
.mab-extra-row { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px dashed #e2e2e2; }
.mab-extra-price { color: #666; font-size: 13px; }
.mab-summary { margin-top: 16px; }
.mab-availability-msg .mab-ok { color: #059669; font-weight: 600; }
.mab-availability-msg .mab-error { color: #dc2626; font-weight: 600; }
.mab-price-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.mab-price-table td { padding: 6px 4px; border-bottom: 1px solid #eee; font-size: 14px; }
.mab-price-table td:last-child { text-align: right; }
.mab-total-row td { border-top: 2px solid #333; font-size: 16px; }
.mab-deposit-note { color: #92400e; background: #fffbeb; padding: 8px 12px; border-radius: 6px; margin-top: 10px; }

/* ---------- Inline naptárak (nyitva, mindig látszik), alattuk óra/helyszín ---------- */
.mab-calendar-blocks-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-bottom: 24px;
}
@media (max-width: 640px) {
	.mab-calendar-blocks-row { grid-template-columns: 1fr; }
}
.mab-calendar-block {
	display: block;
}
.mab-calendar-block-cal {
	max-width: 100%;
}
.mab-calendar-block-side {
	max-width: 100%;
	margin-top: 14px;
}
.mab-calendar-field .mab-start,
.mab-calendar-field .mab-end { display: none; } /* a natív input elrejtve, csak a beépített naptár látszik */
.mab-calendar-field .flatpickr-calendar.inline {
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	margin-top: 4px;
}
.mab-calendar-field .flatpickr-innerContainer,
.mab-calendar-field .flatpickr-rContainer {
	width: 100% !important;
	max-width: 100% !important;
}
.mab-calendar-field .flatpickr-days {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	display: block !important;
}
.mab-calendar-field .dayContainer {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	display: grid !important;
	grid-template-columns: repeat(7, 1fr) !important;
	gap: 2px;
}
.mab-calendar-field .flatpickr-day {
	width: auto !important;
	max-width: 100% !important;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	margin: 0 !important;
}
.mab-calendar-field .flatpickr-weekdays,
.mab-calendar-field .flatpickr-weekdaycontainer {
	width: 100% !important;
	display: flex !important;
}
.mab-calendar-field span.flatpickr-weekday {
	flex: 1 1 0;
}
.mab-calendar-legend {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #52525b;
	margin: 8px 0 4px;
}
.mab-legend-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	margin-left: 8px;
}
.mab-legend-dot:first-child { margin-left: 0; }
.mab-legend-free { background: #8bc34a; }
.mab-legend-booked { background: #e05353; }

.mab-location-field { margin-top: 14px; }
.mab-radio-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 6px;
	cursor: pointer;
}
.mab-radio-row input { width: auto; }
.mab-location-field input[type="text"] { margin-top: 6px; }

/* Naptár napok: szabad = alma zöld, foglalt/letiltott = piros */
.mab-calendar-field .flatpickr-day {
	background: #eaf5df;
	border-color: #eaf5df;
	color: #33502a;
	border-radius: 6px;
}
.mab-calendar-field .flatpickr-day:hover {
	background: #8bc34a;
	border-color: #8bc34a;
	color: #fff;
}
.mab-calendar-field .flatpickr-day.today {
	border-color: #6ba82e;
}
.mab-calendar-field .flatpickr-day.selected {
	background: #558b2f;
	border-color: #558b2f;
	color: #fff;
}
.mab-calendar-field .flatpickr-day.flatpickr-disabled,
.mab-calendar-field .flatpickr-day.flatpickr-disabled:hover {
	background: #fbe3e3;
	border-color: #fbe3e3;
	color: #b91c1c;
	text-decoration: line-through;
	cursor: not-allowed;
}
.mab-calendar-field .flatpickr-day.prevMonthDay,
.mab-calendar-field .flatpickr-day.nextMonthDay {
	background: transparent;
	border-color: transparent;
	color: #d1d5db;
}

.mab-shop-filter {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	background: linear-gradient(135deg, #fdf0c8 0%, #fbe7ad 100%);
	padding: 28px 30px;
	border-radius: 22px;
	margin-bottom: 25px;
	text-align: center;
}
.mab-shop-filter-dates {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.mab-shop-filter .mab-field {
	margin-bottom: 0;
	min-width: 230px;
	flex: 1 1 230px;
	max-width: 320px;
	text-align: left;
}
.mab-shop-filter .mab-field label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #8a5a00;
	margin-bottom: 6px;
}
.mab-date-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 999px;
	padding: 12px 18px;
	box-shadow: 0 2px 6px rgba(0,0,0,.06);
}
.mab-date-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: #f5a623;
}
.mab-date-icon svg { width: 100%; height: 100%; }
.mab-date-pill input {
	border: none;
	outline: none;
	background: transparent;
	font-size: 15px;
	color: #27272a;
	width: 100%;
	cursor: pointer;
	padding: 0;
}
.mab-date-pill input::placeholder { color: #a1a1aa; }

.mab-shop-filter-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.mab-shop-filter-btn.mab-shop-filter-btn {
	background: linear-gradient(135deg, #f5b942 0%, #f0982a 100%);
	color: #2b1a00;
	border: none;
	border-radius: 999px;
	padding: 14px 36px;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 4px 14px rgba(240,152,42,.35);
	transition: transform .15s ease, box-shadow .15s ease;
}
.mab-shop-filter-btn.mab-shop-filter-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(240,152,42,.45);
}
.mab-shop-filter-reset.mab-shop-filter-reset {
	background: transparent;
	border: 1px solid #d6ad55;
	color: #8a5a00;
	border-radius: 999px;
	padding: 13px 26px;
	font-weight: 600;
}
.mab-shop-filter-msg { margin: 0; font-size: 14px; color: #6b4c00; }

/* ---------- [mab_car_listing] shortcode: autó rács ---------- */
.mab-car-listing { margin: 20px 0; }
.mab-car-grid {
	display: grid;
	grid-template-columns: repeat(var(--mab-car-columns, 3), 1fr);
	gap: 22px;
}
@media (max-width: 900px) {
	.mab-car-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.mab-car-grid { grid-template-columns: 1fr; }
}
.mab-car-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
	transition: transform .15s ease, box-shadow .15s ease;
	display: flex;
	flex-direction: column;
}
.mab-car-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.mab-car-card-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #f4f4f5; }
.mab-car-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mab-car-card-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mab-car-card-title { margin: 0; font-size: 16px; }
.mab-car-card-title a { color: #18181b; text-decoration: none; }
.mab-car-card-title a:hover { color: #6ba82e; }
.mab-car-card-price { font-weight: 700; color: #b91c1c; font-size: 15px; }
.mab-car-card-cta {
	margin-top: auto;
	display: inline-block;
	text-align: center;
	background: #8bc34a;
	color: #fff !important;
	border-radius: 8px;
	padding: 9px 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: background .15s ease;
}
.mab-car-card-cta:hover { background: #6ba82e; }

/* ---------- Termékoldali képgaléria lightbox ---------- */
.mab-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .82);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mab-lightbox-img {
	max-width: 88vw;
	max-height: 86vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0,0,0,.5);
	pointer-events: none;
}
.mab-lightbox-close,
.mab-lightbox-prev,
.mab-lightbox-next {
	position: absolute;
	background: rgba(255,255,255,.12);
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.mab-lightbox-close:hover,
.mab-lightbox-prev:hover,
.mab-lightbox-next:hover { background: rgba(255,255,255,.25); }
.mab-lightbox-close { top: 20px; right: 20px; font-size: 26px; }
.mab-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.mab-lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }
.mab-lightbox-counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(0,0,0,.4);
	padding: 5px 14px;
	border-radius: 999px;
	font-size: 13px;
}
@media (max-width: 600px) {
	.mab-lightbox-prev, .mab-lightbox-next { width: 38px; height: 38px; font-size: 16px; }
	.mab-lightbox-close { width: 38px; height: 38px; font-size: 20px; top: 10px; right: 10px; }
}

/* ---------- [mab_hero_filter] hero kereső banner ---------- */
.mab-hero {
	position: relative;
	min-height: 620px;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #2b3a4a;
	padding: 40px;
	margin: 20px 0;
}
.mab-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 55%);
	pointer-events: none;
}

.mab-hero-heading {
	position: relative;
	z-index: 2;
	max-width: 560px;
	margin-bottom: 28px;
}
.mab-hero-title {
	margin: 0 0 6px;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
}
.mab-hero-subtitle {
	margin: 0;
	color: #fff;
	font-size: 17px;
	opacity: .92;
}

.mab-hero-right {
	position: absolute;
	top: 36px;
	right: 40px;
	z-index: 2;
	text-align: right;
	max-width: 420px;
}
.mab-hero-logo { margin-bottom: 14px; }
.mab-hero-logo img { max-width: 220px; height: auto; display: inline-block; }
.mab-hero-right-text { display: flex; flex-direction: column; }
.mab-hero-right-line {
	color: #fff;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.mab-hero-right-accent { color: #f5b942; }

.mab-hero-filter-wrap { position: relative; z-index: 2; max-width: 552px; }
.mab-hero-filter-note {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 10px;
}

.mab-hero-features {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 40px;
}
.mab-hero-feature {
	display: flex;
	align-items: center;
	gap: 12px;
}
.mab-hero-feature-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: rgba(20,40,80,.55);
	color: #f5b942;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	box-sizing: border-box;
}
.mab-hero-feature-icon svg { width: 100%; height: 100%; }
.mab-hero-feature-text {
	color: #fff;
	font-size: 13.5px;
	line-height: 1.4;
}
.mab-hero-feature-text strong { display: inline; }

.mab-hero-filter-card {
	position: relative;
	z-index: 2;
	background: #fdf0c8;
	border-radius: 18px;
	padding: 28px;
	width: 100%;
	max-width: 552px;
	box-shadow: 0 12px 34px rgba(0,0,0,.25);
}
.mab-hero-field { margin-bottom: 18px; }
.mab-hero-field label,
.mab-hero-date-group label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #8a5a00;
	margin-bottom: 6px;
}
.mab-hero-location-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 12px;
	padding: 13px 16px;
}
.mab-hero-location-icon { width: 18px; height: 18px; color: #f5a623; flex-shrink: 0; }
.mab-hero-location-icon svg { width: 100%; height: 100%; }
.mab-hero-location {
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	width: 100%;
	color: #27272a;
}
.mab-hero-location::placeholder { color: #a1a1aa; }

.mab-hero-dates-row {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 16px;
}
.mab-hero-date-group { width: 100%; }
.mab-hero-date-time { display: flex; gap: 6px; }
.mab-hero-date-pill { flex: 1 1 auto; padding: 10px 12px; }
.mab-hero-date-pill input { font-size: 13px; }
.mab-time-pill {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #fff;
	border-radius: 12px;
	padding: 10px 10px;
	flex: 0 0 auto;
}
.mab-time-pill select {
	border: none;
	outline: none;
	background: transparent;
	font-size: 13px;
	color: #27272a;
	cursor: pointer;
}

.mab-hero-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}
.mab-hero-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #8a5a00;
	cursor: pointer;
}
.mab-hero-checkbox input { width: auto; }
.mab-hero-age {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #8a5a00;
}
.mab-hero-age svg { width: 16px; height: 16px; }
.mab-hero-age select {
	border: none;
	background: transparent;
	font-weight: 700;
	color: #6b4c00;
	cursor: pointer;
}
.mab-hero-search-btn {
	display: block;
	width: 100%;
	background: linear-gradient(135deg, #f5b942 0%, #f0982a 100%);
	color: #2b1a00;
	border: none;
	border-radius: 999px;
	padding: 15px;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(240,152,42,.35);
	transition: transform .15s ease, box-shadow .15s ease;
}
.mab-hero-search-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(240,152,42,.45); }
.mab-hero-msg { margin: 10px 0 0; font-size: 13px; color: #8a5a00; text-align: center; }

@media (max-width: 900px) {
	.mab-hero { min-height: auto; padding: 24px; }
	.mab-hero-right { position: static; text-align: left; max-width: 100%; margin-bottom: 20px; }
	.mab-hero-right-line { font-size: 24px; }
	.mab-hero-title { font-size: 26px; }
	.mab-hero-heading { margin-bottom: 18px; }
	.mab-hero-filter-card { max-width: 100%; }
	.mab-hero-features { gap: 18px; margin-top: 26px; }
}

/* ---------- Kategória-fülek [mab_hero_filter show_grid="yes"] alatt ---------- */
.mab-hero-grid-section { margin: 30px 0; }
.mab-category-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}
.mab-category-tab {
	background: #f4f4f5;
	border: 1px solid #e4e4e7;
	color: #3f3f46;
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.mab-category-tab:hover { background: #eaf5df; border-color: #cdeab0; }
.mab-category-tab.is-active {
	background: #6ba82e;
	border-color: #6ba82e;
	color: #fff;
}
