/**
 * Block styles — every vt/* block, plugin-rendered and theme-rendered.
 *
 * Loaded on the frontend in native mode and in the editor canvas, so a block
 * looks the same in both. Colours reference the semantic roles from
 * color-scheme.css only, never a raw brand scale, so every block flips
 * correctly in dark mode.
 */

/* ---------------------------------------------------------------------------
   Breadcrumbs (vt/breadcrumbs)
   --------------------------------------------------------------------------- */
.vt-breadcrumbs {
	font-size: 0.8125rem;
	margin: 0 0 1.25rem;
}

.vt-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vt-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--vt-text-muted);
}

.vt-breadcrumbs__item + .vt-breadcrumbs__item::before {
	content: '\203A';
	color: var(--vt-border-strong);
	font-size: 1rem;
	line-height: 1;
}

.vt-breadcrumbs__link {
	color: var(--vt-text-muted);
	text-decoration: none;
	padding: 0.15rem 0;
}

.vt-breadcrumbs__link:hover,
.vt-breadcrumbs__link:focus-visible {
	color: var(--vt-link);
	text-decoration: underline;
}

.vt-breadcrumbs__current {
	color: var(--vt-text);
	font-weight: 500;
}

/* ---------------------------------------------------------------------------
   Taxonomy chips (vt/taxonomy-chips) — the primary graph-traversal affordance
   --------------------------------------------------------------------------- */
.vt-taxonomy-chips-block {
	margin: 0 0 1rem;
}

.vt-taxonomy-groups {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin: 0.75rem 0 1.25rem;
}

.vt-taxonomy-group {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.vt-taxonomy-group__label {
	font-family: var(--vt-font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--vt-text-muted);
}

.vt-taxonomy-group .vt-taxonomy-chips {
	margin: 0;
}

.vt-taxonomy-chips-block__title,
.vt-term-list__title,
.vt-related-entities-block__title,
.vt-entity-facts-block__title,
.vt-place-facts-block__title,
.vt-gallery-grid__title {
	font-family: var(--vt-font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vt-text-muted);
	margin: 0 0 0.75rem;
}

.vt-taxonomy-chips,
.vt-term-list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0.75rem 0;
}

.vt-taxonomy-chips--compact {
	gap: 0.35rem;
	margin: 0.25rem 0;
}

.vt-taxonomy-chips--compact .vt-taxonomy-chips__link {
	min-height: 26px;
	padding: 0.2rem 0.6rem;
	font-size: 0.75rem;
}

.vt-taxonomy-chips__chip,
.vt-term-list--chips .vt-term-list__item {
	display: inline-flex;
	list-style: none;
}

.vt-taxonomy-chips__link,
.vt-chip,
.vt-term-list--chips .vt-term-list__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background-color: var(--vt-surface-sunken);
	color: var(--vt-text);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	min-height: 32px;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	text-decoration: none;
	border: 1px solid var(--vt-border);
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* Hover changes colour only; the ring is reserved for keyboard focus. */
.vt-taxonomy-chips__link:hover,
.vt-chip:hover,
.vt-term-list--chips .vt-term-list__link:hover {
	background-color: var(--vt-hero-glow, #e6eeff);
	color: var(--vt-link);
	border-color: var(--vt-link);
}

.vt-taxonomy-chips__link:focus-visible,
.vt-chip:focus-visible,
.vt-term-list__link:focus-visible {
	outline: 2px solid var(--vt-focus);
	outline-offset: 2px;
}

.vt-term-list__link[aria-current="page"] {
	background-color: var(--vt-link);
	border-color: var(--vt-link);
	color: var(--vt-text-inverse);
}

.vt-term-list__count,
.vt-search-facets__count {
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	font-size: 0.75rem;
	color: var(--vt-text-muted);
}

.vt-term-list__link[aria-current="page"] .vt-term-list__count {
	color: inherit;
	opacity: 0.85;
}

@media (max-width: 768px) {
	.vt-taxonomy-chips__link,
	.vt-chip,
	.vt-term-list--chips .vt-term-list__link {
		min-height: 44px;
		padding: 0.5rem 0.9rem;
	}

	.vt-taxonomy-chips--compact .vt-taxonomy-chips__link {
		min-height: 32px;
		padding: 0.3rem 0.65rem;
	}
}

/* Term list — list and grid layouts (footer columns, taxonomy index page) */
.vt-term-list--list .vt-term-list__items {
	flex-direction: column;
	gap: 0.5rem;
}

.vt-term-list--list .vt-term-list__link {
	text-decoration: none;
	color: var(--vt-text-muted);
	font-size: 0.9375rem;
}

.vt-term-list--list .vt-term-list__link:hover {
	color: var(--vt-link);
}

.vt-term-list--grid .vt-term-list__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
}

.vt-term-list--grid .vt-term-list__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	background: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 0.9rem 1.1rem;
	text-decoration: none;
	color: var(--vt-text);
	font-weight: 600;
	min-height: 56px;
	transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.vt-term-list--grid .vt-term-list__link:hover {
	border-color: var(--vt-link);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.vt-term-list--grid .vt-term-list__count {
	background: var(--vt-surface-sunken);
	border-radius: 9999px;
	padding: 0.15rem 0.55rem;
}

/* Sibling hubs module under a hub grid */
.vt-hub-related {
	border-top: 1px solid var(--vt-border);
	padding-top: 2rem;
	margin-top: 1rem;
}

/* ---------------------------------------------------------------------------
   Related entities (vt/related-entities)
   --------------------------------------------------------------------------- */
.vt-related-entities-block {
	margin: 2rem 0;
	padding: 1.5rem;
	background: var(--vt-surface-elevated);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
}

.vt-related-groups {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.vt-related-group {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.vt-related-group__title {
	font-family: var(--vt-font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--vt-text-muted);
	margin: 0;
}

.vt-related-entities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
 * Rich cards (thumbnail + badge + title + arrow) need ~320px before the title
 * gets any width at all; the 220px minimum above is sized for the plain list.
 * Measured 2026-09-02 in a 784px column: 3 x 237px cells left the title 41px
 * wide (11 lines), 2 x 361px cells leave it 165px (3 lines).
 */
.vt-related-entities--rich {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
}

.vt-related-entities__item {
	margin: 0;
	list-style: none;
}

.vt-related-entities__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	background: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 10px;
	padding: 0.75rem 1rem;
	color: var(--vt-text);
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.3;
	text-decoration: none;
	min-height: 48px;
	transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.vt-related-entities__link::after {
	content: '\2192';
	color: var(--vt-text-muted);
	flex-shrink: 0;
	transition: transform 0.15s ease, color 0.15s ease;
}

.vt-related-entities--rich .vt-related-entities__link::after {
	content: none;
}

.vt-related-entities__link:hover {
	border-color: var(--vt-link);
	color: var(--vt-link);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.vt-related-entities__link:hover::after,
.vt-related-entities__link:hover .vt-related-entities__arrow {
	color: var(--vt-link);
	transform: translateX(3px);
}

.vt-related-entities__arrow {
	color: var(--vt-text-muted);
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1;
	transition: transform 0.15s ease, color 0.15s ease;
}

.vt-related-entities__title {
	flex: 1;
	min-width: 0;
}

/* Rich entity badge */
.vt-related-entity-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
	border-radius: 9999px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: var(--vt-surface-sunken);
	color: var(--vt-text-muted);
	flex-shrink: 0;
}

.vt-related-entity-badge--destinations {
	background: rgba(0, 71, 204, 0.1);
	color: var(--vt-ocean-600);
}

.vt-related-entity-badge--places {
	background: rgba(14, 165, 233, 0.1);
	color: var(--vt-aqua-600, #0284c7);
}

.vt-related-entity-badge--hotels {
	background: rgba(249, 115, 22, 0.1);
	color: var(--vt-coral-600, #ea580c);
}

.vt-related-entity-badge--collections {
	background: rgba(22, 163, 74, 0.1);
	color: #16a34a;
}

.vt-related-entity-badge--neighborhoods {
	background: rgba(168, 85, 247, 0.1);
	color: #9333ea;
}

/* ---------------------------------------------------------------------------
   Facts (vt/place-facts, vt/entity-facts) — table and scores variants
   --------------------------------------------------------------------------- */
.vt-entity-facts-block,
.vt-place-facts-block {
	background-color: var(--vt-surface-elevated);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.5rem;
}

.vt-place-facts,
.vt-facts-scores {
	display: grid;
	gap: 0.6rem;
	margin: 0;
}

.vt-place-facts__row,
.vt-facts-scores__row {
	display: grid;
	gap: 0.25rem 1rem;
	grid-template-columns: minmax(7rem, 40%) 1fr;
	align-items: baseline;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid var(--vt-border);
}

.vt-place-facts__row:last-child,
.vt-facts-scores__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.vt-place-facts__label,
.vt-facts-scores__label {
	color: var(--vt-text-muted);
	font-weight: 500;
	font-size: 0.875rem;
}

.vt-place-facts__value,
.vt-facts-scores__value {
	margin: 0;
	font-variant-numeric: tabular-nums;
	overflow-wrap: anywhere;
}

.vt-facts-scores__value {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vt-facts-scores__meter {
	flex: 1;
	height: 8px;
	min-width: 60px;
	border-radius: 9999px;
	overflow: hidden;
	background: var(--vt-surface-sunken);
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.vt-facts-scores__meter::-webkit-meter-bar {
	background: var(--vt-surface-sunken);
	border: 0;
	border-radius: 9999px;
}

.vt-facts-scores__meter::-webkit-meter-optimum-value,
.vt-facts-scores__meter::-webkit-meter-suboptimum-value,
.vt-facts-scores__meter::-webkit-meter-even-less-good-value {
	background: var(--vt-link);
	border-radius: 9999px;
}

.vt-facts-scores__meter::-moz-meter-bar {
	background: var(--vt-link);
	border-radius: 9999px;
}

.vt-facts-scores__number {
	font-weight: 600;
	min-width: 2.5ch;
	text-align: right;
}

/* ---------------------------------------------------------------------------
   Media hero (vt/media-hero) and gallery (vt/gallery-grid)
   --------------------------------------------------------------------------- */
.vt-media-hero__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 12px;
	background-color: var(--vt-surface-sunken);
}

.vt-gallery-grid {
	margin: 2rem 0;
}

.vt-gallery-grid__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vt-gallery-grid__item {
	margin: 0;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--vt-surface-sunken);
}

.vt-gallery-grid__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.vt-gallery-grid__item:hover .vt-gallery-grid__image {
	transform: scale(1.03);
}

/* Gallery hub cards carry a compact four-up preview of the gallery itself. */
.vt-card .vt-gallery-grid {
	margin: 0.75rem 0;
}

.vt-card .vt-gallery-grid__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.375rem;
}

.vt-card .vt-gallery-grid__item {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
}

/* ---------------------------------------------------------------------------
   Video facade (vt/video-facade) — no iframe until the visitor asks for it
   --------------------------------------------------------------------------- */
.vt-video-facade {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
	margin: 1.5rem 0 2rem;
}

.vt-video-facade__poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vt-video-facade__play {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05));
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.vt-video-facade__play-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 9999px;
	background: var(--vt-accent);
	color: #fff;
	font-size: 1.5rem;
	padding-left: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	transition: transform 0.15s ease;
}

.vt-video-facade__play:hover .vt-video-facade__play-icon,
.vt-video-facade__play:focus-visible .vt-video-facade__play-icon {
	transform: scale(1.06);
}

.vt-video-facade__play:focus-visible {
	outline: 3px solid var(--vt-focus);
	outline-offset: -3px;
}

/* BLA-193: retired-host videos render a dimmed poster and a message instead
   of a play control — no iframe can ever load, so no control invites one. */
.vt-video-facade--unavailable .vt-video-facade__poster {
	filter: grayscale(60%) brightness(0.55);
}

.vt-video-facade__unavailable-message {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 1rem;
	text-align: center;
	color: var(--vt-text-inverse, #fff);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
	font-family: var(--vt-font-sans);
	font-size: 0.95rem;
}

/* ---------------------------------------------------------------------------
   Graph stats (vt/graph-stats)
   --------------------------------------------------------------------------- */
.vt-graph-stats {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem 1.75rem;
	list-style: none;
	background: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 9999px;
	padding: 0.75rem 2rem;
	margin: 2.5rem 0 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.vt-graph-stats__item {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
}

.vt-graph-stats__link {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4rem;
	text-decoration: none;
	color: inherit;
}

.vt-graph-stats__link:hover .vt-graph-stats__label {
	color: var(--vt-link);
	text-decoration: underline;
}

.vt-graph-stats__value {
	font-weight: 700;
	font-size: 1.125rem;
	color: var(--vt-brand-text);
	font-variant-numeric: tabular-nums;
}

.vt-graph-stats__label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--vt-text-muted);
}

/* ---------------------------------------------------------------------------
   Search facets (vt/search-facets)
   --------------------------------------------------------------------------- */
.vt-search-facets {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0 0 2.5rem;
	padding: 1.5rem;
	background: var(--vt-surface-elevated);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
}

.vt-search-facets__active-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--vt-border);
}

.vt-search-facets__active-heading {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--vt-text-muted);
}

.vt-search-facets__active-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vt-search-facets__active-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: var(--vt-link);
	color: var(--vt-text-inverse);
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0.25rem 0.65rem;
	border-radius: 9999px;
}

.vt-search-facets__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 24px;
	color: var(--vt-text-inverse);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1;
	opacity: 0.9;
	border-radius: 9999px;
	transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

.vt-search-facets__remove:hover {
	opacity: 1;
	transform: scale(1.15);
	background-color: rgba(0, 0, 0, 0.15);
}

.vt-search-facets__remove:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.vt-search-facets__remove {
		min-width: 44px;
		min-height: 44px;
	}
}

.vt-search-facets__reset {
	margin: 0 0 0 auto;
	font-size: 0.8125rem;
}

.vt-search-facets__reset a {
	color: var(--vt-text-muted);
	text-decoration: underline;
}

.vt-search-facets__reset a:hover {
	color: var(--vt-link);
}

.vt-related-entities-wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.vt-related-entities__main-title {
	font-size: 1.5rem;
	font-family: var(--vt-font-display, inherit);
	font-weight: 700;
	color: var(--vt-text);
	margin: 0 0 1.25rem;
	line-height: 1.3;
}

.vt-related-entities__thumbnail {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: var(--vt-radius-sm, 6px);
	overflow: hidden;
	background: var(--vt-surface-sunken);
}

.vt-related-entities__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vt-search-facets__group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.vt-search-facets__label {
	font-family: var(--vt-font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vt-text-muted);
	margin: 0;
}

.vt-search-facets__terms {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.vt-search-facets__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.3rem 0.65rem;
	min-height: 32px;
	border-radius: 9999px;
	border: 1px solid var(--vt-border);
	background: var(--vt-surface);
	color: var(--vt-text);
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.vt-search-facets__link:hover {
	border-color: var(--vt-link);
	color: var(--vt-link);
}

.vt-search-facets__link[aria-current="true"] {
	background: var(--vt-link);
	border-color: var(--vt-link);
	color: var(--vt-text-inverse);
}

.vt-search-facets__link[aria-current="true"] .vt-search-facets__count {
	color: inherit;
	opacity: 0.85;
}

/* More filter dimensions details toggle */
.vt-search-facets__more-details {
	border-top: 1px solid var(--vt-border);
	padding-top: 1rem;
	margin-top: 0.5rem;
}

.vt-search-facets__more-toggle {
	font-family: var(--vt-font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--vt-link);
	cursor: pointer;
	padding: 0.25rem 0;
}

.vt-search-facets__more-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1rem;
	padding-top: 0.5rem;
}

/* vt/ad-slot is styled in color-scheme.css next to its reserved-height token. */

/* ---------------------------------------------------------------------------
   Theme content blocks (inc/blocks.php) — used inside post content and patterns
   --------------------------------------------------------------------------- */
.vt-block-key-takeaways {
	background-color: var(--vt-surface-elevated);
	border: 1px solid var(--vt-border);
	border-left: 4px solid var(--vt-accent);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 2rem 0;
}

.vt-block-key-takeaways__header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.vt-block-key-takeaways__title {
	font-family: var(--vt-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--vt-text);
	margin: 0;
}

.vt-block-key-takeaways__badge {
	background-color: var(--vt-hero-glow, #e6eeff);
	color: var(--vt-brand-text);
	padding: 0.25rem 0.5rem;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.vt-block-key-takeaways__list {
	margin: 0;
	padding-left: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.vt-block-scorecard {
	background: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
	margin: 2rem 0;
}

.vt-block-scorecard__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid var(--vt-border);
	padding-bottom: 0.75rem;
	margin-bottom: 1.25rem;
}

.vt-block-scorecard__destination {
	font-family: var(--vt-font-display);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--vt-text);
	margin: 0;
}

.vt-block-scorecard__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 1rem;
}

.vt-block-scorecard__metric {
	background-color: var(--vt-surface-elevated);
	padding: 0.75rem;
	border-radius: 8px;
	text-align: center;
	border: 1px solid var(--vt-border);
}

.vt-block-scorecard__metric-label {
	font-size: 0.75rem;
	color: var(--vt-text-muted);
	text-transform: uppercase;
	font-weight: 600;
}

.vt-block-scorecard__metric-value {
	font-size: 1.25rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--vt-brand-text);
	margin-top: 0.25rem;
}

.vt-block-budget {
	background-color: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 2rem 0;
}

.vt-block-budget__title {
	font-family: var(--vt-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--vt-text);
	margin-bottom: 1rem;
}

.vt-block-budget__tiers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
}

.vt-block-budget__tier-card {
	padding: 1rem;
	border-radius: 8px;
	border: 1px solid var(--vt-border);
	background: var(--vt-surface-elevated);
	text-align: center;
}

.vt-block-budget__tier-card--low {
	border-color: var(--vt-aqua-400);
}

.vt-block-budget__tier-card--mid {
	border-color: var(--vt-ocean-400);
}

.vt-block-budget__tier-card--high {
	border-color: var(--vt-coral-400);
}

.vt-block-budget__tier-name {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--vt-text-muted);
}

.vt-block-budget__tier-price {
	font-size: 1.5rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--vt-text);
	margin: 0.5rem 0;
}

.vt-block-place {
	display: flex;
	gap: 1.25rem;
	background: var(--vt-surface);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 1.25rem;
	margin: 2rem 0;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.vt-block-place__image {
	width: 140px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.vt-block-place__body {
	flex: 1;
	min-width: 0;
}

.vt-block-place__name {
	font-family: var(--vt-font-display);
	font-size: 1.15rem;
	font-weight: 600;
	margin: 0 0 0.25rem;
	color: var(--vt-text);
}

.vt-block-place__meta {
	font-size: 0.8125rem;
	color: var(--vt-text-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 560px) {
	.vt-block-place {
		flex-direction: column;
	}

	.vt-block-place__image {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
}

.vt-block-hotel {
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 1.25rem;
	background: var(--vt-surface);
	margin: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	align-items: center;
}

.vt-block-hotel__badge {
	background: var(--vt-accent);
	color: #fff;
	padding: 0.25rem 0.6rem;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
}

.vt-block-hotel__affiliate-disclosure {
	max-width: 18rem;
	margin-top: 0.35rem;
	color: var(--vt-text-muted);
	font-size: 0.6875rem;
	line-height: 1.35;
}

.vt-block-itinerary {
	display: flex;
	gap: 1.25rem;
	margin: 1.5rem 0;
	position: relative;
}

.vt-block-itinerary__step-num {
	width: 36px;
	height: 36px;
	background: var(--vt-link);
	color: var(--vt-text-inverse);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vt-block-itinerary__content {
	flex: 1;
	background: var(--vt-surface-elevated);
	padding: 1rem 1.25rem;
	border-radius: 8px;
	border: 1px solid var(--vt-border);
}

.vt-block-comparison {
	margin: 2rem 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	overflow: hidden;
}

.vt-block-comparison th {
	background-color: var(--vt-surface-elevated);
	padding: 0.875rem 1rem;
	font-family: var(--vt-font-display);
	font-weight: 600;
	text-align: left;
	border-bottom: 2px solid var(--vt-border);
}

.vt-block-comparison caption {
	padding: 0.75rem 1rem;
	color: var(--vt-text-muted);
	font-size: 0.875rem;
	text-align: left;
}

.vt-block-comparison tbody th {
	border-bottom: 1px solid var(--vt-border);
	background: transparent;
	font-family: var(--vt-font-sans);
	font-size: 0.9375rem;
}

.vt-block-comparison td {
	padding: 0.875rem 1rem;
	border-bottom: 1px solid var(--vt-border);
	font-size: 0.9375rem;
}

.vt-block-comparison tr:last-child td {
	border-bottom: none;
}

.vt-block-faq {
	margin: 2rem 0;
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	overflow: hidden;
}

.vt-block-faq details {
	border-bottom: 1px solid var(--vt-border);
	padding: 1rem 1.25rem;
}

.vt-block-faq details:last-child {
	border-bottom: none;
}

.vt-block-faq summary {
	font-family: var(--vt-font-display);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--vt-text);
	cursor: pointer;
}

.vt-block-faq summary:hover {
	color: var(--vt-link);
}

.vt-block-faq summary:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--vt-focus);
	outline-offset: 4px;
}

.vt-block-faq .vt-faq-answer {
	margin-top: 0.75rem;
	color: var(--vt-text-body-role, var(--vt-text));
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* ---------------------------------------------------------------------------
   Sidebar Panels & Quick Facts (vt-sidebar-card)
   --------------------------------------------------------------------------- */
.vt-sidebar-card {
	background: var(--vt-surface-elevated);
	border: 1px solid var(--vt-border);
	border-radius: 12px;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.vt-sidebar-card__title {
	font-family: var(--vt-font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--vt-text-muted);
	margin: 0;
	border-bottom: 1px solid var(--vt-border);
	padding-bottom: 0.5rem;
}

/*
 * A facts block inside the card is not a card of its own: dropping its
 * surface, border and 1.5rem padding hands ~3rem back to the value column of
 * `.vt-place-facts__row` (`minmax(7rem, 40%) 1fr`), which is what keeps
 * sidebar copy wrapping by word rather than by character in a ~390px aside.
 */
.vt-sidebar-card .vt-entity-facts-block {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.vt-sidebar-card .vt-taxonomy-chips {
	margin: 0;
}

.vt-sidebar-action {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.vt-sidebar-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.75rem 1.25rem;
	background: var(--vt-accent);
	color: var(--vt-on-accent, #0f172a);
	font-weight: 600;
	font-size: 0.9375rem;
	border-radius: 9999px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.vt-sidebar-action a:hover {
	background: var(--vt-coral-600, #ea580c);
	color: var(--vt-on-accent, #0f172a);
	transform: translateY(-1px);
}

.vt-sidebar-disclosure {
	font-size: 0.6875rem;
	color: var(--vt-text-muted);
	line-height: 1.35;
	text-align: center;
	margin: 0;
}
