/* Hospitality AI Concierge — LBBNB marketplace search */

.hac-marketplace {
	--hac-mp-ink: #12292b;
	--hac-mp-muted: #647577;
	--hac-mp-brand: #0b655f;
	--hac-mp-brand-deep: #06413e;
	--hac-mp-brand-dark: #062d2b;
	--hac-mp-mint: #dff4ed;
	--hac-mp-cream: #fbf8f2;
	--hac-mp-gold: #d2a263;
	--hac-mp-surface: #ffffff;
	--hac-mp-border: #dce6e3;
	--hac-mp-border-strong: #bdcfca;
	--hac-mp-success: #167451;
	--hac-mp-danger: #a62f3b;
	--hac-mp-danger-soft: #fff0f2;
	--hac-mp-shadow-sm: 0 8px 24px rgba(7, 46, 43, 0.08);
	--hac-mp-shadow-lg: 0 24px 70px rgba(7, 46, 43, 0.15), 0 2px 8px rgba(7, 46, 43, 0.06);
	--hac-mp-radius-xl: 30px;
	--hac-mp-radius-lg: 22px;
	--hac-mp-radius-md: 15px;
	--hac-mp-viewport-offset: 0px;
	--hac-mp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	width: 100%;
	min-height: 70vh;
	overflow-x: hidden;
	overflow-x: clip;
	box-sizing: border-box;
	container-name: hac-marketplace;
	container-type: inline-size;
	color: var(--hac-mp-ink);
	background: var(--hac-mp-cream);
	font-family: var(--hac-mp-font);
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.hac-marketplace[data-hac-marketplace-layout="views"] {
	height: calc(100dvh - var(--hac-mp-viewport-offset));
	min-height: 560px;
	display: flex;
	overflow: clip;
	flex-direction: column;
}

.hac-marketplace *,
.hac-marketplace *::before,
.hac-marketplace *::after {
	box-sizing: border-box;
}

.hac-marketplace button,
.hac-marketplace input,
.hac-marketplace select {
	font: inherit;
}

.hac-marketplace button,
.hac-marketplace a {
	-webkit-tap-highlight-color: transparent;
}

.hac-marketplace button:not(:disabled),
.hac-marketplace a[href],
.hac-marketplace select {
	cursor: pointer;
}

.hac-marketplace [hidden] {
	display: none !important;
}

.hac-marketplace .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hac-marketplace svg {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hac-marketplace__skip {
	position: absolute;
	top: 10px;
	left: 14px;
	z-index: 60;
	padding: 9px 14px;
	color: #fff;
	background: var(--hac-mp-brand-dark);
	border-radius: 9px;
	font-size: 0.875rem;
	font-weight: 750;
	transform: translateY(-180%);
	transition: transform 160ms ease;
}

.hac-marketplace__header {
	position: sticky;
	z-index: 50;
	top: 0;
	flex: 0 0 auto;
	padding: 12px max(24px, calc((100% - 1320px) / 2));
	color: #fff;
	background: #063b38;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 24px rgba(4, 36, 34, 0.16);
}

body.admin-bar .hac-marketplace__header {
	top: 32px;
}

body.admin-bar .hac-marketplace[data-hac-marketplace-layout="views"] {
	--hac-mp-viewport-offset: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .hac-marketplace[data-hac-marketplace-layout="views"] {
		--hac-mp-viewport-offset: 46px;
	}

	body.admin-bar .hac-marketplace__header {
		top: 46px;
	}
}

.hac-marketplace__viewport {
	position: relative;
	min-height: 0;
	flex: 1 1 auto;
	overflow: hidden;
	background: var(--hac-mp-cream);
}

.hac-marketplace-view {
	width: 100%;
	height: 100%;
	min-height: 0;
	overflow-x: clip;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.hac-marketplace-view:focus {
	outline: 0;
}

.hac-marketplace-view--search {
	display: flex;
	flex-direction: column;
}

.hac-marketplace-view--concierge {
	overflow: hidden;
}

.hac-marketplace__skip:focus {
	color: #fff;
	transform: translateY(0);
}

.hac-marketplace__hero {
	position: relative;
	min-height: 420px;
	flex: 1 0 auto;
	padding: clamp(34px, 7vh, 70px) max(24px, calc((100% - 1320px) / 2)) 58px;
	color: #fff;
	background:
		radial-gradient(circle at 83% 20%, rgba(55, 165, 145, 0.32) 0 8%, transparent 34%),
		radial-gradient(circle at 8% 100%, rgba(210, 162, 99, 0.23) 0 8%, transparent 38%),
		linear-gradient(124deg, #052f2d 0%, #07534e 48%, #0b7168 100%);
	overflow: visible;
	isolation: isolate;
}

.hac-marketplace__hero::before,
.hac-marketplace__hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.hac-marketplace__hero::before {
	top: -100px;
	right: 4%;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	box-shadow: inset 0 0 0 56px rgba(255, 255, 255, 0.025), inset 0 0 0 112px rgba(255, 255, 255, 0.018);
}

.hac-marketplace__hero::after {
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hac-marketplace__nav,
.hac-marketplace__brand,
.hac-marketplace__trust,
.hac-marketplace__proof,
.hac-marketplace-selected,
.hac-marketplace-selected > div,
.hac-marketplace-results__toolbar,
.hac-marketplace-results__actions,
.hac-marketplace-card__meta span,
.hac-marketplace-card__availability,
.hac-marketplace-card__footer,
.hac-marketplace-card__action,
.hac-marketplace-state,
.hac-marketplace-card__conditions li {
	display: flex;
	align-items: center;
}

.hac-marketplace__nav {
	position: relative;
	z-index: 2;
	justify-content: space-between;
	gap: 20px;
	max-width: 1320px;
	margin-inline: auto;
}

.hac-marketplace__header-actions,
.hac-marketplace__view-back {
	display: flex;
	align-items: center;
}

.hac-marketplace__header-actions {
	flex: 0 0 auto;
	gap: 10px;
}

.hac-marketplace__view-back {
	min-height: 40px;
	justify-content: center;
	gap: 7px;
	padding: 8px 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 11px;
	font-size: 0.76rem;
	font-weight: 740;
	line-height: 1.2;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.hac-marketplace__view-back:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.38);
}

.hac-marketplace__view-back svg {
	width: 16px;
	height: 16px;
}

.hac-marketplace__brand {
	min-width: 0;
	flex: 1 1 auto;
	gap: 11px;
	color: #fff;
	font-size: 1.18rem;
	font-weight: 840;
	letter-spacing: -0.025em;
	line-height: 1;
	text-decoration: none;
}

.hac-marketplace__brand > span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hac-marketplace__brand:hover {
	color: #fff;
}

.hac-marketplace__mark {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	color: var(--hac-mp-brand-dark);
	background: linear-gradient(150deg, #fff 10%, #e3f4ef 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 14px;
	box-shadow: 0 9px 26px rgba(0, 0, 0, 0.15);
}

.hac-marketplace__mark svg {
	width: 30px;
	height: 30px;
	stroke-width: 2.1;
}

.hac-marketplace__trust {
	flex: 0 0 auto;
	gap: 7px;
	padding: 8px 12px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	font-size: 0.77rem;
	font-weight: 680;
	backdrop-filter: blur(10px);
}

.hac-marketplace__hero-copy {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 18px auto 34px;
	text-align: center;
}

.hac-marketplace__hero-copy p,
.hac-marketplace__hero-copy h1,
.hac-marketplace-results__toolbar p,
.hac-marketplace-results__toolbar h2,
.hac-marketplace-selected p,
.hac-marketplace-state p,
.hac-marketplace-state h3,
.hac-marketplace-card h3,
.hac-marketplace-card p,
.hac-marketplace__footer p {
	margin: 0;
}

.hac-marketplace__eyebrow,
.hac-marketplace-results__kicker {
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.hac-marketplace__eyebrow {
	margin-bottom: 12px !important;
	color: #aee4d9;
}

.hac-marketplace__hero-copy h1 {
	max-width: 18ch;
	margin-inline: auto;
	font-size: clamp(2.1rem, 5.4vw, 4rem);
	font-weight: 730;
	letter-spacing: -0.055em;
	line-height: 1.02;
	text-wrap: balance;
}

.hac-marketplace__hero-copy > p:last-child {
	max-width: 64ch;
	margin: 17px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.94rem, 2vw, 1.08rem);
}

.hac-marketplace-search {
	position: relative;
	z-index: 3;
	max-width: 1320px;
	margin-inline: auto;
	color: var(--hac-mp-ink);
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 22px;
	box-shadow: var(--hac-mp-shadow-lg);
	backdrop-filter: blur(18px);
}

.hac-marketplace-search__primary {
	display: grid;
	grid-template-columns: minmax(180px, 1.35fr) minmax(150px, 0.9fr) minmax(260px, 1.35fr) minmax(270px, 1.4fr) auto;
	align-items: stretch;
	padding: 10px;
}

.hac-marketplace-field {
	position: relative;
	min-width: 0;
	padding: 10px 15px;
	margin: 0;
	border: 0;
	border-inline-end: 1px solid var(--hac-mp-border);
	transition: background-color 150ms ease, box-shadow 150ms ease;
}

.hac-marketplace-field:first-child {
	border-radius: 14px 0 0 14px;
}

.hac-marketplace-field:hover {
	background: #f7faf9;
}

.hac-marketplace-field:focus-within {
	z-index: 2;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 0 2px var(--hac-mp-brand);
}

.hac-marketplace-field__label {
	display: block;
	padding: 0;
	margin: 0 0 3px;
	color: var(--hac-mp-ink);
	font-size: 0.69rem;
	font-weight: 780;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hac-marketplace-field__control {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
}

.hac-marketplace-field__control > svg {
	width: 18px;
	height: 18px;
	color: var(--hac-mp-brand);
}

.hac-marketplace-field input,
.hac-marketplace-field select {
	width: 100%;
	min-width: 0;
	height: 28px;
	padding: 0;
	color: var(--hac-mp-ink);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.86rem;
	font-weight: 590;
	line-height: 1.2;
	outline: 0;
}

.hac-marketplace-field input::placeholder {
	color: #596a6c;
	opacity: 1;
}

.hac-marketplace-field select {
	padding-inline-end: 18px;
}

.hac-marketplace-field--dates .hac-marketplace-field__control {
	gap: 5px;
}

.hac-marketplace-field--dates label {
	min-width: 0;
	flex: 1 1 110px;
}

.hac-marketplace-field--dates input {
	font-size: 0.78rem;
}

.hac-marketplace-field--guests .hac-marketplace-field__control {
	align-items: flex-start;
	gap: 9px;
}

.hac-marketplace-field--guests .hac-marketplace-field__control > label {
	display: grid;
	min-width: 55px;
	flex: 1 1 0;
	gap: 0;
}

.hac-marketplace-field--guests label > span {
	color: var(--hac-mp-muted);
	font-size: 0.59rem;
	font-weight: 650;
	line-height: 1;
}

.hac-marketplace-field--guests select {
	height: 21px;
	font-size: 0.82rem;
}

.hac-marketplace-search__submit {
	display: inline-flex;
	min-width: 138px;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 8px;
	padding: 12px 18px;
	margin-inline-start: 10px;
	color: #fff;
	background: linear-gradient(140deg, var(--hac-mp-brand) 0%, #084d49 100%);
	border: 0;
	border-radius: 15px;
	box-shadow: 0 10px 22px rgba(10, 95, 89, 0.23);
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.2;
	transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.hac-marketplace-search__submit:hover:not(:disabled) {
	box-shadow: 0 13px 28px rgba(10, 95, 89, 0.31);
	transform: translateY(-1px);
}

.hac-marketplace-search__submit:disabled {
	cursor: wait;
	opacity: 0.68;
}

.hac-marketplace-search__validation {
	padding: 10px 20px 13px;
	color: var(--hac-mp-danger);
	border-top: 1px solid #f3d8dc;
	font-size: 0.82rem;
	font-weight: 650;
}

.hac-marketplace-child-ages {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 12px 18px 14px;
	border-top: 1px solid var(--hac-mp-border);
}

.hac-marketplace-child-ages > div:first-child {
	min-width: 190px;
}

.hac-marketplace-child-ages strong,
.hac-marketplace-child-ages > div:first-child > span {
	display: block;
}

.hac-marketplace-child-ages strong {
	font-size: 0.76rem;
	font-weight: 750;
}

.hac-marketplace-child-ages > div:first-child > span {
	margin-top: 2px;
	color: var(--hac-mp-muted);
	font-size: 0.65rem;
}

.hac-marketplace-child-ages__grid {
	display: grid;
	flex: 1 1 auto;
	grid-template-columns: repeat(6, minmax(76px, 1fr));
	gap: 8px;
}

.hac-marketplace-child-ages__grid label {
	display: grid;
	gap: 3px;
}

.hac-marketplace-child-ages__grid label > span {
	color: var(--hac-mp-muted);
	font-size: 0.61rem;
	font-weight: 650;
}

.hac-marketplace-child-ages__grid select {
	width: 100%;
	height: 35px;
	padding: 4px 25px 4px 8px;
	color: var(--hac-mp-ink);
	background: #f7faf9;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 9px;
	font-size: 0.73rem;
	font-weight: 650;
}

.hac-marketplace-child-ages__grid select:focus {
	border-color: var(--hac-mp-brand);
	box-shadow: 0 0 0 2px rgba(11, 101, 95, 0.14);
	outline: 0;
}

.hac-marketplace__proof {
	position: relative;
	z-index: 1;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 28px;
	max-width: 900px;
	margin: 23px auto 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.75rem;
	font-weight: 640;
}

.hac-marketplace__proof span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hac-marketplace__proof svg {
	width: 15px;
	height: 15px;
	color: #aee4d9;
	stroke-width: 2.5;
}

.hac-marketplace-selected {
	max-width: 1320px;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px;
	margin: 28px auto 0;
	background: #edf8f4;
	border: 1px solid #c8e7dc;
	border-radius: var(--hac-mp-radius-md);
	box-shadow: var(--hac-mp-shadow-sm);
}

.hac-marketplace-selected > div {
	min-width: 0;
	gap: 12px;
}

.hac-marketplace-selected__icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	color: var(--hac-mp-success);
	background: #fff;
	border-radius: 11px;
}

.hac-marketplace-selected p {
	font-size: 0.88rem;
}

.hac-marketplace-selected p span {
	color: var(--hac-mp-muted);
}

.hac-marketplace-selected > a {
	flex: 0 0 auto;
	padding: 8px 13px;
	color: #fff;
	background: var(--hac-mp-brand);
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 730;
	text-decoration: none;
}

.hac-marketplace-results {
	max-width: 1320px;
	min-height: 360px;
	padding: 56px 24px 76px;
	margin-inline: auto;
}

.hac-marketplace-results__toolbar {
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 24px;
}

.hac-marketplace-results__kicker {
	margin-bottom: 6px !important;
	color: var(--hac-mp-brand);
}

.hac-marketplace-results__toolbar h2 {
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 735;
	letter-spacing: -0.042em;
	line-height: 1.1;
}

.hac-marketplace-results__toolbar h2:focus {
	outline: 0;
}

.hac-marketplace-results__toolbar h2:focus-visible {
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(11, 101, 95, 0.28);
}

.hac-marketplace-results__status {
	margin-top: 7px !important;
	color: var(--hac-mp-muted);
	font-size: 0.84rem;
}

.hac-marketplace-results__actions {
	flex: 0 0 auto;
	gap: 10px;
}

.hac-marketplace-results__actions label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid var(--hac-mp-border);
	border-radius: 11px;
}

.hac-marketplace-results__actions label > span {
	color: var(--hac-mp-muted);
	font-size: 0.7rem;
	font-weight: 670;
}

.hac-marketplace-results__actions select {
	max-width: 160px;
	padding: 0 20px 0 0;
	color: var(--hac-mp-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 0.75rem;
	font-weight: 700;
	outline: 0;
}

.hac-marketplace-results__actions label:focus-within {
	border-color: var(--hac-mp-brand);
	box-shadow: 0 0 0 2px rgba(11, 101, 95, 0.17);
}

.hac-marketplace-results__actions > button,
.hac-marketplace-state button {
	padding: 9px 12px;
	color: var(--hac-mp-brand-deep);
	background: transparent;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 11px;
	font-size: 0.75rem;
	font-weight: 720;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.hac-marketplace-results__actions > button:hover,
.hac-marketplace-state button:hover {
	background: #edf6f3;
	border-color: #9abbb4;
}

.hac-marketplace-results__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -8px 0 23px;
}

.hac-marketplace-results__chips > span {
	padding: 5px 10px;
	color: #365b59;
	background: #eaf4f1;
	border: 1px solid #d1e6e0;
	border-radius: 999px;
	font-size: 0.69rem;
	font-weight: 670;
}

.hac-marketplace-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hac-marketplace-more {
	padding-top: 30px;
	text-align: center;
}

.hac-marketplace-more button {
	min-height: 44px;
	padding: 10px 18px;
	color: var(--hac-mp-brand-deep);
	background: #fff;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 12px;
	box-shadow: var(--hac-mp-shadow-sm);
	font-size: 0.78rem;
	font-weight: 740;
	transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.hac-marketplace-more button:hover:not(:disabled) {
	background: #edf6f3;
	border-color: #8eb3ab;
	transform: translateY(-1px);
}

.hac-marketplace-more button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.hac-marketplace-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: var(--hac-mp-surface);
	border: 1px solid var(--hac-mp-border);
	border-radius: var(--hac-mp-radius-lg);
	box-shadow: 0 2px 3px rgba(7, 46, 43, 0.02);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hac-marketplace-card:hover {
	border-color: #c7d8d4;
	box-shadow: 0 18px 42px rgba(7, 46, 43, 0.12);
	transform: translateY(-3px);
}

.hac-marketplace-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #dae9e5, #accdc5);
}

.hac-marketplace-card__media > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hac-marketplace-card:hover .hac-marketplace-card__media > img {
	transform: scale(1.035);
}

.hac-marketplace-card__image-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(6, 65, 62, 0.45);
	background:
		radial-gradient(circle at 68% 26%, rgba(255, 255, 255, 0.65), transparent 28%),
		linear-gradient(145deg, #e4f0ed, #afd1c9);
}

.hac-marketplace-card__image-fallback svg {
	width: 46px;
	height: 46px;
	stroke-width: 1.25;
}

.hac-marketplace-card__type {
	position: absolute;
	top: 14px;
	left: 14px;
	max-width: calc(100% - 28px);
	padding: 6px 10px;
	overflow: hidden;
	color: var(--hac-mp-brand-dark);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
	font-size: 0.66rem;
	font-weight: 760;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	backdrop-filter: blur(8px);
}

.hac-marketplace-card__body {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 19px 20px 20px;
}

.hac-marketplace-card__availability {
	width: fit-content;
	gap: 5px;
	margin-bottom: 8px;
	color: var(--hac-mp-success);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.015em;
}

.hac-marketplace-card__availability svg {
	width: 14px;
	height: 14px;
	padding: 2px;
	color: #fff;
	background: var(--hac-mp-success);
	border-radius: 50%;
	stroke-width: 3;
}

.hac-marketplace-card h3 {
	font-size: 1.16rem;
	font-weight: 735;
	letter-spacing: -0.024em;
	line-height: 1.25;
}

.hac-marketplace-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin-top: 7px;
	color: var(--hac-mp-muted);
	font-size: 0.72rem;
}

.hac-marketplace-card__meta span {
	min-width: 0;
	gap: 4px;
}

.hac-marketplace-card__meta span span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hac-marketplace-card__meta svg {
	width: 14px;
	height: 14px;
	color: var(--hac-mp-brand);
}

.hac-marketplace-card__meta span:last-child svg {
	color: #b37b31;
	fill: #f3cf91;
}

.hac-marketplace-card__description {
	display: -webkit-box;
	margin-top: 12px !important;
	overflow: hidden;
	color: #526467;
	font-size: 0.78rem;
	line-height: 1.48;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hac-marketplace-card__conditions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 13px 0 16px;
	list-style: none;
}

.hac-marketplace-card__conditions li {
	gap: 4px;
	padding: 4px 7px;
	color: #45615e;
	background: #f3f7f6;
	border-radius: 7px;
	font-size: 0.62rem;
	font-weight: 640;
}

.hac-marketplace-card__conditions svg {
	width: 11px;
	height: 11px;
	color: var(--hac-mp-success);
	stroke-width: 2.5;
}

.hac-marketplace-card__footer {
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	padding-top: 15px;
	margin-top: auto;
	border-top: 1px solid #e9eeec;
}

.hac-marketplace-card__price {
	display: grid;
	min-width: 0;
	line-height: 1.15;
}

.hac-marketplace-card__price > span {
	color: var(--hac-mp-muted);
	font-size: 0.63rem;
	font-weight: 620;
}

.hac-marketplace-card__price strong {
	margin-top: 2px;
	font-size: 1.12rem;
	font-weight: 790;
	letter-spacing: -0.025em;
}

.hac-marketplace-card__price small {
	margin-top: 2px;
	color: var(--hac-mp-muted);
	font-size: 0.61rem;
}

.hac-marketplace-card__action {
	min-height: 40px;
	justify-content: center;
	gap: 7px;
	padding: 9px 12px;
	color: #fff;
	background: var(--hac-mp-brand);
	border-radius: 11px;
	font-size: 0.73rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease, transform 150ms ease;
}

.hac-marketplace-card__action:hover {
	color: #fff;
	background: var(--hac-mp-brand-deep);
}

.hac-marketplace-card__action svg {
	width: 15px;
	height: 15px;
}

.hac-marketplace-card__action.is-disabled {
	color: var(--hac-mp-muted);
	background: #edf1f0;
}

.hac-marketplace-state {
	max-width: 740px;
	justify-content: center;
	gap: 15px;
	padding: 34px;
	margin: 24px auto;
	background: #fff;
	border: 1px solid var(--hac-mp-border);
	border-radius: var(--hac-mp-radius-lg);
	box-shadow: var(--hac-mp-shadow-sm);
}

.hac-marketplace-state strong,
.hac-marketplace-state span {
	display: block;
}

.hac-marketplace-state > div > span,
.hac-marketplace-state p {
	margin-top: 4px;
	color: var(--hac-mp-muted);
	font-size: 0.8rem;
}

.hac-marketplace-spinner {
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border: 3px solid #cce4de;
	border-top-color: var(--hac-mp-brand);
	border-radius: 50%;
	animation: hac-mp-spin 700ms linear infinite;
}

.hac-marketplace-state--error {
	justify-content: flex-start;
	color: var(--hac-mp-danger);
	background: var(--hac-mp-danger-soft);
	border-color: #f0ccd1;
}

.hac-marketplace-state--error > svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
}

.hac-marketplace-state--error button {
	margin-top: 12px;
	color: var(--hac-mp-danger);
	border-color: #dcabb2;
}

.hac-marketplace-state--empty {
	display: block;
	padding: 54px 30px;
	text-align: center;
}

.hac-marketplace-state__illustration {
	display: grid !important;
	width: 84px;
	height: 84px;
	place-items: center;
	margin: 0 auto 17px;
	color: var(--hac-mp-brand);
	background: var(--hac-mp-mint);
	border-radius: 28px;
}

.hac-marketplace-state__illustration svg {
	width: 58px;
	height: 58px;
	stroke-width: 1.45;
}

.hac-marketplace-state--empty h3 {
	font-size: 1.2rem;
	font-weight: 730;
}

.hac-marketplace-state--empty button {
	margin-top: 17px;
}

.hac-marketplace__footer {
	padding: 21px 24px;
	color: #bed2cf;
	background: var(--hac-mp-brand-dark);
	font-size: 0.73rem;
	text-align: center;
}

.hac-marketplace__footer strong {
	color: #fff;
}

.hac-marketplace-concierge {
	max-width: 1320px;
	padding: 28px 24px 72px;
	margin-inline: auto;
	scroll-margin-top: 24px;
}

.hac-marketplace-view--concierge .hac-marketplace-concierge {
	max-width: 1028px;
	height: 100%;
	padding-block: 20px;
	scroll-margin-top: 0;
}

.hac-marketplace-concierge:focus {
	outline: 0;
}

.hac-marketplace-concierge:focus-visible {
	border-radius: 24px;
	box-shadow: 0 0 0 3px rgba(11, 101, 95, 0.28);
}

.hac-marketplace :focus-visible {
	outline: 3px solid #ffda96;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px #064b47;
}

@keyframes hac-mp-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
	.hac-marketplace__hero {
		padding-inline: 24px;
	}

	.hac-marketplace-search__primary {
		grid-template-columns: 1.2fr 0.9fr 1.2fr;
		gap: 0;
	}

	.hac-marketplace-field--dates {
		border-inline-end: 0;
	}

	.hac-marketplace-field--guests {
		grid-column: 1 / 3;
		border-top: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-search__submit {
		grid-column: 3;
		grid-row: 2;
		min-height: 56px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.hac-marketplace-selected {
		margin-inline: 24px;
	}
}

@media (max-width: 980px) {
	.hac-marketplace-child-ages {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hac-marketplace-child-ages__grid {
		width: 100%;
		grid-template-columns: repeat(4, minmax(70px, 1fr));
	}

	.hac-marketplace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hac-marketplace-card__body {
		min-height: 300px;
	}
}

@media (max-width: 760px) {
	.hac-marketplace[data-hac-marketplace-layout="views"] {
		min-height: 0;
	}

	.hac-marketplace__header {
		padding: max(9px, env(safe-area-inset-top)) 16px 9px;
	}

	.hac-marketplace-view--concierge .hac-marketplace-concierge {
		padding: 12px;
	}

	.hac-marketplace__hero {
		min-height: 0;
		padding: 30px 16px 36px;
	}

	.hac-marketplace__hero::before {
		right: -190px;
	}

	.hac-marketplace__trust {
		padding: 7px 9px;
		font-size: 0.66rem;
	}

	.hac-marketplace__mark {
		width: 40px;
		height: 40px;
	}

	.hac-marketplace__hero-copy {
		margin: 8px auto 26px;
		text-align: left;
	}

	.hac-marketplace__hero-copy h1 {
		max-width: 15ch;
		margin-inline: 0;
	}

	.hac-marketplace__hero-copy > p:last-child {
		margin-inline: 0;
	}

	.hac-marketplace-search {
		border-radius: 18px;
	}

	.hac-marketplace-search__primary {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 7px;
	}

	.hac-marketplace-field {
		border: 0;
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field input,
	.hac-marketplace-field select,
	.hac-marketplace-field--guests select,
	.hac-marketplace-child-ages__grid select,
	.hac-marketplace-results__actions select {
		height: 36px;
		font-size: 16px;
	}

	.hac-marketplace-field--location,
	.hac-marketplace-field--dates,
	.hac-marketplace-field--guests {
		grid-column: 1 / -1;
	}

	.hac-marketplace-field--location {
		border-radius: 12px 12px 0 0;
	}

	.hac-marketplace-field--dates {
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--guests {
		border-bottom: 0;
	}

	.hac-marketplace-field:nth-child(2) {
		grid-column: 1 / -1;
	}

	.hac-marketplace-search__submit {
		grid-column: 1 / -1;
		grid-row: auto;
		width: calc(100% - 10px);
		margin: 7px 5px 5px;
	}

	.hac-marketplace__proof {
		justify-content: flex-start;
		gap: 8px 16px;
		margin-top: 18px;
	}

	.hac-marketplace-selected {
		align-items: flex-start;
		margin: 18px 16px 0;
	}

	.hac-marketplace-results {
		padding: 42px 16px 58px;
	}

	.hac-marketplace-results__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.hac-marketplace-results__actions {
		width: 100%;
		justify-content: space-between;
	}

	.hac-marketplace-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hac-marketplace-card {
		max-width: 620px;
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 470px) {
	.hac-marketplace__trust {
		display: none;
	}

	.hac-marketplace__view-back {
		min-height: 38px;
		padding-inline: 10px;
	}

	.hac-marketplace-child-ages__grid {
		grid-template-columns: repeat(2, minmax(70px, 1fr));
	}

	.hac-marketplace__trust svg {
		display: none;
	}

	.hac-marketplace__hero-copy h1 {
		font-size: 2.25rem;
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control {
		display: grid;
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hac-marketplace-field--dates label {
		display: grid;
		width: 100%;
		min-width: 0;
		gap: 2px;
	}

	.hac-marketplace-field--dates label .screen-reader-text {
		position: static !important;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		color: var(--hac-mp-muted);
		font-size: 0.7rem;
		font-weight: 650;
		white-space: normal;
	}

	.hac-marketplace-field--dates input {
		font-size: 16px;
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control > svg,
	.hac-marketplace-field--dates .hac-marketplace-field__control > span[aria-hidden="true"] {
		display: none;
	}

	.hac-marketplace-field--guests .hac-marketplace-field__control {
		flex-wrap: wrap;
	}

	.hac-marketplace-field--guests .hac-marketplace-field__control > svg {
		display: none;
	}

	.hac-marketplace-selected {
		flex-direction: column;
	}

	.hac-marketplace-selected > a {
		width: 100%;
		text-align: center;
	}

	.hac-marketplace-results__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-results__actions label {
		justify-content: space-between;
	}

	.hac-marketplace-results__actions select {
		max-width: none;
		width: 100%;
	}

	.hac-marketplace-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-card__action {
		width: 100%;
	}
}

@media (max-height: 600px) {
	.hac-marketplace[data-hac-marketplace-layout="views"] {
		min-height: 0;
	}

	.hac-marketplace__header {
		padding-block: 7px;
	}

	.hac-marketplace__mark {
		width: 38px;
		height: 38px;
	}

	.hac-marketplace__mark svg {
		width: 26px;
		height: 26px;
	}

	.hac-marketplace__hero {
		padding-block: 24px 30px;
	}

	.hac-marketplace__hero-copy {
		margin-block: 0 22px;
	}
}

/* WordPress can place the marketplace in a narrow content column even when the
 * browser viewport is wide. Container queries keep the search usable there. */
@container hac-marketplace (max-width: 1180px) {
	.hac-marketplace-search__primary {
		grid-template-columns: 1.2fr 0.9fr 1.2fr;
	}

	.hac-marketplace-field--dates {
		border-inline-end: 0;
	}

	.hac-marketplace-field--guests {
		grid-column: 1 / 3;
		border-top: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-search__submit {
		grid-column: 3;
		grid-row: 2;
		min-height: 56px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

@container hac-marketplace (max-width: 980px) {
	.hac-marketplace-child-ages {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hac-marketplace-child-ages__grid {
		width: 100%;
		grid-template-columns: repeat(4, minmax(70px, 1fr));
	}

	.hac-marketplace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container hac-marketplace (max-width: 760px) {
	.hac-marketplace__hero-copy {
		text-align: left;
	}

	.hac-marketplace__hero-copy h1,
	.hac-marketplace__hero-copy > p:last-child {
		margin-inline: 0;
	}

	.hac-marketplace-search__primary {
		grid-template-columns: 1fr 1fr;
		padding: 7px;
	}

	.hac-marketplace-field {
		border: 0;
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--location,
	.hac-marketplace-field:nth-child(2),
	.hac-marketplace-field--dates,
	.hac-marketplace-field--guests {
		grid-column: 1 / -1;
	}

	.hac-marketplace-field--dates {
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--guests {
		border-bottom: 0;
	}

	.hac-marketplace-search__submit {
		grid-column: 1 / -1;
		grid-row: auto;
		width: calc(100% - 10px);
		margin: 7px 5px 5px;
	}

	.hac-marketplace__proof {
		justify-content: flex-start;
	}

	.hac-marketplace-selected,
	.hac-marketplace-results__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.hac-marketplace-results__actions {
		width: 100%;
		justify-content: space-between;
	}

	.hac-marketplace-grid {
		grid-template-columns: 1fr;
	}
}

@container hac-marketplace (max-width: 470px) {
	.hac-marketplace__trust {
		display: none;
	}

	.hac-marketplace-child-ages__grid {
		grid-template-columns: repeat(2, minmax(70px, 1fr));
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control,
	.hac-marketplace-field--guests .hac-marketplace-field__control {
		flex-wrap: wrap;
	}

	.hac-marketplace-selected,
	.hac-marketplace-results__actions,
	.hac-marketplace-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-selected > a,
	.hac-marketplace-card__action {
		width: 100%;
		text-align: center;
	}
}

[dir="rtl"] .hac-marketplace {
	text-align: right;
}

[dir="rtl"] .hac-marketplace__skip {
	right: 14px;
	left: auto;
}

[dir="rtl"] .hac-marketplace-card__type {
	right: 14px;
	left: auto;
}

[dir="rtl"] .hac-marketplace-field:first-child {
	border-radius: 0 14px 14px 0;
}

[dir="rtl"] .hac-marketplace-results__actions select {
	padding: 0 0 0 20px;
}

@media (prefers-reduced-motion: reduce) {
	.hac-marketplace *,
	.hac-marketplace *::before,
	.hac-marketplace *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.hac-marketplace-card,
	.hac-marketplace-search,
	.hac-marketplace-field,
	.hac-marketplace-state {
		border: 1px solid CanvasText;
	}

	.hac-marketplace-card__action,
	.hac-marketplace-search__submit {
		border: 1px solid ButtonText;
	}
}
