/* WTP Airbnb Location Finder v3.3.0 — scoped to this shortcode only. */
.wtple-directory.wtple-directory--v324 {
	--wtple-font: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--wtple-navy: #021b3a;
	--wtple-navy-soft: #083a70;
	--wtple-blue: #00c2ff;
	--wtple-aqua: #00eaff;
	--wtple-green: #6dff8b;
	--wtple-text: #17395d;
	--wtple-text-soft: #5f7d99;
	--wtple-line: #d7e6f2;
	background: transparent !important;
	box-sizing: border-box;
	color: var(--wtple-text);
	font-family: var(--wtple-font);
	isolation: auto;
	margin: 24px auto;
	max-width: 1240px;
	padding: 0;
	position: static;
	width: 100%;
	z-index: auto;
}
.wtple-directory.wtple-directory--v324 *,
.wtple-directory.wtple-directory--v324 *::before,
.wtple-directory.wtple-directory--v324 *::after { box-sizing: border-box; }
.wtple-directory.wtple-directory--v324 button,
.wtple-directory.wtple-directory--v324 select { font: inherit; }
.wtple-directory.wtple-directory--v324 .wtple-directory__inner {
	background:
		radial-gradient(circle at top left,rgba(0,194,255,.13),transparent 24%) padding-box,
		radial-gradient(circle at 88% 6%,rgba(0,234,255,.11),transparent 24%) padding-box,
		radial-gradient(circle at 50% 100%,rgba(109,255,139,.08),transparent 34%) padding-box,
		linear-gradient(180deg,#fff 0%,#f7fbff 55%,#eef7ff 100%) padding-box,
		linear-gradient(135deg,#021b3a 0%,#083a70 44%,#00c2ff 100%) border-box !important;
	border: 2px solid transparent !important;
	border-radius: 30px;
	box-shadow: 0 28px 72px rgba(2,27,58,.12);
	margin: 0;
	overflow: hidden;
	padding: clamp(18px,2.2vw,30px);
	position: static;
	width: 100%;
	z-index: auto;
}
.wtple-directory.wtple-directory--v324 .wtple-directory__copy {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block;
	margin: 0 0 18px;
	max-width: 900px;
	padding: 0 !important;
	position: static;
}
.wtple-directory.wtple-directory--v324 .wtple-eyebrow {
	align-items: center;
	background: linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055)) !important;
	border: 1px solid rgba(0,194,255,.20) !important;
	border-radius: 999px;
	box-shadow: none !important;
	color: var(--wtple-navy-soft) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .11em;
	line-height: 1;
	margin: 0 0 10px;
	min-height: 28px;
	padding: 7px 11px;
	text-transform: uppercase;
}
.wtple-directory.wtple-directory--v324 .wtple-directory__copy h2 {
	background: transparent !important;
	border: 0 !important;
	color: var(--wtple-navy) !important;
	font-family: var(--wtple-font) !important;
	font-size: clamp(2rem,2.8vw,2.9rem);
	font-weight: 950;
	letter-spacing: -.035em;
	line-height: 1.02;
	margin: 0;
	max-width: 850px;
	padding: 0 !important;
	text-transform: none !important;
}
.wtple-directory.wtple-directory--v324 .wtple-directory__intro {
	background: transparent !important;
	color: var(--wtple-text-soft) !important;
	font-size: .98rem;
	font-weight: 650;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 850px;
	padding: 0 !important;
}
.wtple-directory.wtple-directory--v324 .wtple-finder {
	background: rgba(255,255,255,.58) !important;
	border: 1px solid rgba(0,194,255,.16) !important;
	border-radius: 24px;
	box-shadow: 0 12px 30px rgba(2,27,58,.06);
	padding: 16px;
	position: static;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4,minmax(0,1fr));
}
.wtple-directory.wtple-directory--v324 .wtple-finder__step {
	background: linear-gradient(135deg,#fff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box !important;
	border: 2px solid transparent !important;
	border-radius: 19px;
	box-shadow: 0 10px 24px rgba(2,27,58,.08),0 0 0 1px rgba(255,255,255,.72) inset;
	display: flex;
	flex-direction: column;
	min-height: 140px;
	min-width: 0;
	padding: 15px;
	position: static;
	transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__step:hover {
	box-shadow: 0 16px 34px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.8) inset;
	transform: translateY(-1px);
}
.wtple-directory.wtple-directory--v324 .wtple-finder__step > span {
	align-items: center;
	align-self: flex-start;
	background: linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055)) !important;
	border: 1px solid rgba(0,194,255,.20) !important;
	border-radius: 999px;
	color: var(--wtple-navy-soft) !important;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1;
	min-height: 25px;
	padding: 7px 10px;
	text-transform: uppercase;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__step label {
	background: transparent !important;
	color: var(--wtple-navy) !important;
	display: block;
	font-size: .9rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 12px 0 8px;
}
.wtple-directory.wtple-directory--v324 .wtple-finder select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #f7fbff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23021b3a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-position: right 13px center !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	border: 1px solid #b9d5eb !important;
	border-radius: 13px;
	box-shadow: inset 0 1px 0 #fff;
	color: var(--wtple-navy) !important;
	cursor: pointer;
	font-family: var(--wtple-font);
	font-size: .88rem;
	font-weight: 850;
	line-height: 1.2;
	margin: auto 0 0;
	min-height: 48px;
	outline: none;
	padding: 10px 43px 10px 12px;
	width: 100%;
}
.wtple-directory.wtple-directory--v324 .wtple-finder select:focus {
	border-color: rgba(0,194,255,.58) !important;
	box-shadow: 0 0 0 3px rgba(0,194,255,.12) !important;
}
.wtple-directory.wtple-directory--v324 .wtple-finder select:disabled {
	color: #7890a7 !important;
	cursor: not-allowed;
	opacity: .68;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__footer {
	align-items: center;
	background: linear-gradient(135deg,#fff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box !important;
	border: 2px solid transparent !important;
	border-radius: 19px;
	box-shadow: 0 10px 24px rgba(2,27,58,.08),0 0 0 1px rgba(255,255,255,.72) inset;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 14px;
	padding: 15px 17px;
	position: static;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__footer strong {
	background: transparent !important;
	color: var(--wtple-navy) !important;
	display: block;
	font-size: 1rem;
	font-weight: 950;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__status {
	background: transparent !important;
	color: var(--wtple-text-soft) !important;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 4px 0 0;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__status.is-error { color: #a52a2a !important; }
.wtple-directory.wtple-directory--v324 .wtple-finder__button {
	align-items: center;
	background: linear-gradient(135deg,#021b3a,#083a70,#00c2ff) !important;
	border: 0 !important;
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(2,27,58,.20);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 950;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	min-width: 190px;
	padding: 14px 22px;
	text-align: center;
	transition: transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__button:hover:not(:disabled) {
	background: linear-gradient(135deg,#00c2ff,#083a70,#021b3a) !important;
	box-shadow: 0 18px 40px rgba(2,27,58,.24);
	transform: translateY(-2px);
}
.wtple-directory.wtple-directory--v324 .wtple-finder__button::after {
	content: "→";
	font-weight: 950;
	margin-left: 8px;
}
.wtple-directory.wtple-directory--v324 .wtple-finder__button:disabled {
	cursor: not-allowed;
	opacity: .42;
	transform: none;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links {
	background: rgba(255,255,255,.93) !important;
	border: 1px solid rgba(8,58,112,.14);
	border-radius: 18px;
	margin-top: 16px;
	padding: 16px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state-index {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state-index a {
	color: var(--wtple-navy-soft);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__states {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3,minmax(0,1fr));
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state {
	background: #f7fbff !important;
	border: 1px solid rgba(8,58,112,.12);
	border-radius: 14px;
	overflow: hidden;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state summary {
	align-items: center;
	color: var(--wtple-navy) !important;
	cursor: pointer;
	display: flex;
	font-size: .96rem;
	font-weight: 900;
	justify-content: space-between;
	list-style: none;
	padding: 13px 14px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state summary::-webkit-details-marker {
	display: none;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state summary:focus-visible {
	outline: 3px solid #00c2ff;
	outline-offset: -3px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state summary i {
	font-style: normal;
	transition: transform .18s ease;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state[open] summary i {
	transform: rotate(45deg);
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state > div {
	border-top: 1px solid rgba(8,58,112,.10);
	padding: 10px 13px 13px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state strong {
	color: var(--wtple-navy) !important;
	display: block;
	font-size: .91rem;
	margin-bottom: 7px;
}
.wtple-directory.wtple-directory--v324 .wtple-directory-links__state a {
	color: #075a86 !important;
	display: inline-block;
	font-size: .82rem;
	font-weight: 800;
	margin: 3px 8px 3px 0;
	text-decoration: underline;
	text-decoration-color: rgba(0,194,255,.45);
	text-underline-offset: 3px;
}
@media (max-width: 1050px) {
	.wtple-directory.wtple-directory--v324 .wtple-finder__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.wtple-directory.wtple-directory--v324 .wtple-directory-links__states { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
	.wtple-directory.wtple-directory--v324 { margin: 14px auto; padding: 0 8px; }
	.wtple-directory.wtple-directory--v324 .wtple-directory__inner { border-radius: 24px; padding: 19px 14px 14px; }
	.wtple-directory.wtple-directory--v324 .wtple-directory__copy h2 { font-size: clamp(1.8rem,9vw,2.35rem); }
	.wtple-directory.wtple-directory--v324 .wtple-finder { padding: 12px; }
	.wtple-directory.wtple-directory--v324 .wtple-finder__grid { grid-template-columns: 1fr; }
	.wtple-directory.wtple-directory--v324 .wtple-finder__step { min-height: 132px; }
	.wtple-directory.wtple-directory--v324 .wtple-finder__footer { align-items: stretch; flex-direction: column; }
	.wtple-directory.wtple-directory--v324 .wtple-finder__button { width: 100%; }
	.wtple-directory.wtple-directory--v324 .wtple-directory-links__states { grid-template-columns: 1fr; }
}
/* Page-free locality alias search. */
.wtple-directory.wtple-directory--v324 .wtple-locality-search{margin:24px 0;padding:18px;border:1px solid rgba(0,194,255,.18);border-radius:16px;background:rgba(255,255,255,.64)}
.wtple-directory.wtple-directory--v324 .wtple-locality-search label{display:block;margin-bottom:8px;color:var(--wtple-navy);font-weight:850}
.wtple-directory.wtple-directory--v324 .wtple-locality-search__control{display:grid;gap:7px}
.wtple-directory.wtple-directory--v324 .wtple-locality-search input{width:100%;min-height:48px;padding:11px 14px;border:1px solid #b9d5eb;border-radius:10px;background:#fff;color:var(--wtple-navy);font:inherit}
.wtple-directory.wtple-directory--v324 .wtple-locality-search__control span{color:var(--wtple-text-soft);font-size:.88rem}
.wtple-directory.wtple-directory--v324 .wtple-locality-search ul{margin:12px 0 0;padding:0;list-style:none;border:1px solid var(--wtple-line);border-radius:10px;overflow:hidden;background:#fff}
.wtple-directory.wtple-directory--v324 .wtple-locality-search li+li{border-top:1px solid #e4e8eb}
.wtple-directory.wtple-directory--v324 .wtple-locality-search a{display:block;padding:11px 14px;color:var(--wtple-navy-soft);text-decoration:none;font-weight:750}
.wtple-directory.wtple-directory--v324 .wtple-locality-search a:hover,.wtple-directory.wtple-directory--v324 .wtple-locality-search a:focus{background:#eaf7fa;color:var(--wtple-navy)}
