/* ==========================================================
   MyLayover.org â€” City Page Rebrand CSS
   Enqueue in functions.php for single-layover_city template
   ========================================================== */

/* --- CSS Variables (matches homepage rebrand) --- */
:root {
    --mlw-brand: #2B7A9E;
    --mlw-brand-light: #3A9CC4;
    --mlw-brand-dark: #1D5A75;
    --mlw-brand-faint: #EDF6FA;
    --mlw-adventure: #E8734A;
    --mlw-adventure-light: #FCEEE8;
    --mlw-adventure-dark: #C55A35;
    --mlw-gold: #D4A545;
    --mlw-gold-light: #FBF5E8;
    --mlw-gold-dark: #B08A2E;
    --mlw-bg: #FAFAF8;
    --mlw-surface: #FFFFFF;
    --mlw-surface-alt: #F4F3F0;
    --mlw-border: #E8E6E1;
    --mlw-border-light: #F0EEEA;
    --mlw-text: #1A1A1A;
    --mlw-text-mid: #5A5A57;
    --mlw-text-light: #8A8A85;
    --mlw-text-inverse: #FFFFFF;
    --mlw-success: #2D9F6F;
    --mlw-success-light: #E8F8F0;
    --mlw-danger: #D94545;
    --mlw-danger-light: #FEF0F0;
    --mlw-radius: 16px;
    --mlw-radius-sm: 10px;
    --mlw-radius-xs: 8px;
    --mlw-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
    --mlw-shadow-lg: 0 4px 24px rgba(0,0,0,0.08);
}

/* --- Reset Astra container widths for this template --- */
.mlw-city-page {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--mlw-text);
    background: var(--mlw-bg);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.single-layover_city .site-content,
.single-layover_city #content,
.single-layover_city .ast-container,
.single-layover_city .entry-content,
.single-layover_city .site-main,
.single-layover_city article,
.single-layover_city #primary,
.single-layover_city #primary.content-area,
.single-layover_city main,
.single-layover_city .ast-plain-container,
.single-layover_city .ast-separate-container,
.single-layover_city .ast-separate-container #primary,
.single-layover_city .ast-separate-container #main {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--mlw-bg) !important;
}

.single-layover_city .entry-header,
.single-layover_city .ast-article-single {
    margin: 0 !important;
    padding: 0 !important;
}

.single-layover_city .entry-header {
    display: none !important;
}

/* Override Astra's default content width */
.mlw-city-page .ast-container,
.mlw-city-page .site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.mlw-hero {
    background: linear-gradient(135deg, #0f1c2e 0%, #1a2a3a 40%, #2a1a25 100%);
    color: white;
    padding: 48px 40px 40px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.mlw-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,28,46,0.92) 0%, rgba(26,42,58,0.88) 40%, rgba(42,26,37,0.92) 100%);
    z-index: 1;
}

/* Decorative circles */
.mlw-hero::before,
.mlw-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}
.mlw-hero::before {
    top: -60px;
    right: 10%;
    width: 300px;
    height: 300px;
    background: rgba(43,122,158,0.08);
}
.mlw-hero::after {
    bottom: -80px;
    left: 20%;
    width: 250px;
    height: 250px;
    background: rgba(232,115,74,0.05);
}

.mlw-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* Breadcrumbs */
.mlw-breadcrumbs {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.mlw-breadcrumbs a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.15s;
}
.mlw-breadcrumbs a:hover {
    color: rgba(255,255,255,0.7);
}
.mlw-breadcrumbs__current {
    color: rgba(255,255,255,0.8);
}

.mlw-hero__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
}

/* Badges */
.mlw-hero__badges {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.mlw-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.mlw-badge--teal {
    color: #7DD3C0;
    background: rgba(125,211,192,0.15);
}
.mlw-badge--amber {
    color: #F59E0B;
    background: rgba(245,158,11,0.15);
}
.mlw-badge--ghost {
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.08);
}
.mlw-badge--success {
    color: var(--mlw-success);
    background: var(--mlw-success-light);
}
.mlw-badge--gold {
    color: var(--mlw-gold-dark);
    background: rgba(212,165,69,0.15);
}
.mlw-badge--brand-light {
    color: var(--mlw-brand);
    background: var(--mlw-brand-faint);
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
}

.mlw-hero__title {
    font-size: 52px;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: #fff;
    text-shadow: 0 8px 28px rgba(8, 15, 32, 0.28);
}

.mlw-hero__tagline {
    font-size: 18px;
    color: rgba(255,255,255,0.86);
    max-width: 540px;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 6px 20px rgba(8, 15, 32, 0.22);
}

/* Hero quick stats */
.mlw-hero__stats {
    display: flex;
    gap: 28px;
    margin-top: 24px;
    font-size: 13px;
}
.mlw-hero__stat {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mlw-hero__stat-icon {
    font-size: 16px;
}
.mlw-hero__stat-label {
    color: rgba(255,255,255,0.4);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.mlw-hero__stat-value {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    font-size: 14px;
}

/* Airport Selector Card */
.mlw-airport-selector {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--mlw-radius);
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    min-width: 260px;
}
.mlw-airport-selector__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.45);
    margin-bottom: 12px;
    font-weight: 700;
}

.mlw-airport-card {
    padding: 12px 14px;
    border-radius: var(--mlw-radius-sm);
    margin-bottom: 6px;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.06);
    cursor: pointer;
    transition: all 0.15s;
}
.mlw-airport-card:hover {
    background: rgba(255,255,255,0.08);
}
.mlw-airport-card--active {
    background: rgba(43,122,158,0.25);
    border-color: rgba(43,122,158,0.5);
}
.mlw-airport-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mlw-airport-card__code {
    font-weight: 800;
    font-size: 16px;
    margin-right: 8px;
}
.mlw-airport-card__name {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.mlw-airport-card__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mlw-brand-light);
    display: none;
}
.mlw-airport-card--active .mlw-airport-card__dot {
    display: block;
}
.mlw-airport-card__meta {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
}

/* ============================================================
   DECISION BAR
   ============================================================ */
.mlw-decision-bar {
    padding: 16px 40px;
    transition: background 0.3s, border-color 0.3s;
}
.mlw-decision-bar[data-can-leave="1"] {
    background: var(--mlw-success-light);
    border-bottom: 1px solid rgba(45,159,111,0.15);
}
.mlw-decision-bar[data-can-leave="0"] {
    background: var(--mlw-danger-light);
    border-bottom: 1px solid rgba(217,69,69,0.15);
}

.mlw-decision-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mlw-decision-bar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mlw-decision-bar__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
}
.mlw-decision-bar__icon--yes {
    background: var(--mlw-success);
}
.mlw-decision-bar__icon--no {
    background: var(--mlw-danger);
}
.mlw-decision-bar__title {
    font-weight: 700;
    font-size: 15px;
    color: var(--mlw-text);
}
.mlw-decision-bar__sub {
    font-size: 13px;
    color: var(--mlw-text-mid);
}

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.mlw-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 40px;
}

/* --- Card --- */
.mlw-card {
    background: var(--mlw-surface);
    border-radius: var(--mlw-radius);
    border: 1px solid var(--mlw-border);
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.mlw-card:hover {
    box-shadow: var(--mlw-shadow);
}

/* --- Buttons --- */
.mlw-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: var(--mlw-radius-sm);
    font-size: 14px;
    padding: 12px 24px;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    justify-content: center;
}
.mlw-btn--primary {
    background: var(--mlw-brand);
    color: white;
}
.mlw-btn--primary:hover {
    background: var(--mlw-brand-dark);
    color: white;
}
.mlw-btn--adventure {
    background: var(--mlw-adventure);
    color: white;
}
.mlw-btn--adventure:hover {
    background: var(--mlw-adventure-dark);
    color: white;
}
.mlw-btn--ghost {
    background: transparent;
    color: var(--mlw-brand);
    border: 1.5px solid var(--mlw-border);
}
.mlw-btn--ghost:hover {
    border-color: var(--mlw-brand);
    background: var(--mlw-brand-faint);
    color: var(--mlw-brand);
}
.mlw-btn--premium {
    background: linear-gradient(135deg, var(--mlw-gold), var(--mlw-gold-dark));
    color: white;
}
.mlw-btn--premium:hover {
    opacity: 0.9;
    color: white;
}
.mlw-btn--success {
    background: var(--mlw-success);
    color: white;
}
.mlw-btn--sm {
    font-size: 13px;
    padding: 8px 16px;
    border-radius: var(--mlw-radius-xs);
}
.mlw-btn--full {
    width: 100%;
}

/* ============================================================
   TIME SELECTOR
   ============================================================ */
.mlw-time-selector {
    padding: 24px;
    margin-bottom: 28px;
}
.mlw-time-selector__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.mlw-time-selector__title {
    font-weight: 700;
    font-size: 18px;
}
.mlw-time-selector__sub {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-top: 2px;
}
.mlw-time-selector__from {
    font-size: 13px;
    color: var(--mlw-text-light);
}
.mlw-time-selector__from strong {
    color: var(--mlw-text);
}
.mlw-time-selector__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.mlw-time-option {
    padding: 18px 16px;
    border-radius: 14px;
    cursor: pointer;
    border: 2px solid var(--mlw-border);
    background: transparent;
    transition: all 0.15s;
    text-align: center;
}
.mlw-time-option:hover {
    border-color: var(--mlw-brand-light);
    background: rgba(43,122,158,0.03);
}
.mlw-time-option--active {
    border-color: var(--mlw-brand);
    background: var(--mlw-brand-faint);
}
.mlw-time-option__icon {
    font-size: 28px;
    margin-bottom: 6px;
}
.mlw-time-option__label {
    font-weight: 700;
    font-size: 15px;
    color: var(--mlw-text);
}
.mlw-time-option--active .mlw-time-option__label {
    color: var(--mlw-brand);
}
.mlw-time-option__desc {
    font-size: 12px;
    color: var(--mlw-text-light);
    margin-top: 2px;
}

/* ============================================================
   TWO-COLUMN LAYOUT
   ============================================================ */
.mlw-columns {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
}

.mlw-main {
    min-width: 0;
}

.mlw-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ============================================================
   TABS
   ============================================================ */
.mlw-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--mlw-border);
}
.mlw-tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mlw-text-light);
    border-bottom: 2.5px solid transparent;
    margin-bottom: -1px;
    transition: all 0.15s;
}
.mlw-tab:hover {
    color: var(--mlw-text-mid);
}
.mlw-tab--active {
    color: var(--mlw-brand);
    border-bottom-color: var(--mlw-brand);
}

/* Tab panels */
.mlw-tab-panel {
    display: none;
}
.mlw-tab-panel--active {
    display: block;
}
.mlw-tab-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mlw-tab-panel__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* Section labels */
.mlw-section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mlw-brand);
    margin-bottom: 8px;
}
.mlw-section-label--adventure {
    color: var(--mlw-adventure);
}
.mlw-section-label--gold {
    color: var(--mlw-gold);
}

.mlw-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}

/* ============================================================
   TIME BUDGET BAR
   ============================================================ */
.mlw-time-budget {
    background: var(--mlw-surface-alt);
    border-radius: var(--mlw-radius-sm);
    padding: 16px;
    margin-bottom: 24px;
}
.mlw-time-budget__title {
    font-size: 13px;
    font-weight: 700;
    color: var(--mlw-text-mid);
    margin-bottom: 10px;
}
.mlw-time-budget__bar {
    display: flex;
    border-radius: var(--mlw-radius-xs);
    overflow: hidden;
    min-height: 44px;
}
.mlw-time-budget__seg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    min-width: 0;
}
.mlw-time-budget__seg span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.mlw-time-budget__seg strong {
    font-size: 12px;
}
.mlw-time-budget__seg--immig {
    background: rgba(148,163,184,0.25);
    color: #64748b;
}
.mlw-time-budget__seg--transit {
    background: rgba(43,122,158,0.15);
    color: var(--mlw-brand-dark);
}
.mlw-time-budget__seg--explore {
    background: rgba(212,165,69,0.2);
    color: var(--mlw-gold-dark);
}
.mlw-time-budget__seg--security {
    background: rgba(217,69,69,0.12);
    color: var(--mlw-danger);
}

/* ============================================================
   ADVICE BLOCKS
   ============================================================ */
.mlw-advice-block {
    display: none;
}
.mlw-advice-block--active {
    display: block;
}
.mlw-advice-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--mlw-text-mid);
}
.mlw-advice-content p {
    margin: 0 0 16px;
}
.mlw-advice-content h3,
.mlw-advice-content h4 {
    color: var(--mlw-text);
    margin: 24px 0 8px;
}
.mlw-advice-content ul,
.mlw-advice-content ol {
    padding-left: 20px;
    margin: 12px 0;
}
.mlw-advice-content li {
    margin-bottom: 6px;
}
.mlw-advice-empty {
    font-size: 14px;
    color: var(--mlw-text-light);
    font-style: italic;
    padding: 32px 0;
    text-align: center;
}

/* ============================================================
   SPONSORED CARD
   ============================================================ */
.mlw-sponsored-card {
    padding: 20px;
    margin-top: 20px;
    border-color: rgba(212,165,69,0.2);
    background: var(--mlw-gold-light);
}
.mlw-sponsored-card__inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
}
.mlw-sponsored-card__headline {
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}
.mlw-sponsored-card__body {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-top: 4px;
}

/* ============================================================
   PREMIUM CTA
   ============================================================ */
.mlw-premium-cta {
    padding: 28px;
    margin-top: 20px;
    background: linear-gradient(135deg, var(--mlw-gold-light), white);
    border-color: rgba(212,165,69,0.2);
    text-align: center;
}
.mlw-premium-cta__icon {
    font-size: 28px;
    margin-bottom: 8px;
}
.mlw-premium-cta__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}
.mlw-premium-cta__desc {
    font-size: 14px;
    color: var(--mlw-text-mid);
    max-width: 420px;
    margin: 0 auto 16px;
    line-height: 1.5;
}

/* ============================================================
   GUIDE GRID (Food / Sights)
   ============================================================ */
.mlw-guide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.mlw-guide-card {
    text-decoration: none;
    color: inherit;
    display: block;
}
.mlw-guide-card:hover {
    box-shadow: var(--mlw-shadow-lg);
}
.mlw-guide-card__img {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-color: var(--mlw-surface-alt);
}
.mlw-guide-card__body {
    padding: 16px;
}
.mlw-guide-card__title {
    font-weight: 700;
    font-size: 15px;
}
.mlw-guide-card__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-top: 4px;
    line-height: 1.5;
}
.mlw-guide-card__meta {
    font-size: 12px;
    color: var(--mlw-text-light);
    margin-top: 8px;
}

/* Sight list (alternate layout) */
.mlw-sight-list {
    display: flex;
    flex-direction: column;
}
.mlw-sight-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--mlw-border-light);
    text-decoration: none;
    color: inherit;
    transition: opacity 0.15s;
}
.mlw-sight-item:hover {
    opacity: 0.85;
}
.mlw-sight-item__img {
    width: 64px;
    height: 64px;
    border-radius: var(--mlw-radius-xs);
    background-size: cover;
    background-position: center;
    background-color: var(--mlw-surface-alt);
    flex-shrink: 0;
}
.mlw-sight-item__icon {
    font-size: 32px;
    line-height: 1;
    flex-shrink: 0;
}
.mlw-sight-item__body {
    flex: 1;
    min-width: 0;
}
.mlw-sight-item__header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.mlw-sight-item__title {
    font-weight: 700;
    font-size: 16px;
}
.mlw-sight-item__meta {
    font-size: 12px;
    color: var(--mlw-text-light);
    margin-top: 4px;
}
.mlw-sight-item__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-top: 6px;
    line-height: 1.6;
}

/* Empty state */
.mlw-empty-state {
    text-align: center;
    padding: 48px 20px;
}
.mlw-empty-state__icon {
    font-size: 40px;
    margin-bottom: 12px;
}
.mlw-empty-state__text {
    font-size: 14px;
    color: var(--mlw-text-light);
    max-width: 360px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ============================================================
   AFFILIATE BANNER
   ============================================================ */
.mlw-affiliate-banner {
    padding: 20px;
    margin-top: 20px;
}
.mlw-affiliate-banner--adventure {
    border-color: rgba(232,115,74,0.15);
    background: var(--mlw-adventure-light);
}
.mlw-affiliate-banner__inner {
    display: flex;
    gap: 16px;
    align-items: center;
}
.mlw-affiliate-banner__icon {
    font-size: 36px;
    flex-shrink: 0;
}
.mlw-affiliate-banner__content {
    flex: 1;
}
.mlw-affiliate-banner__title {
    font-weight: 700;
    font-size: 15px;
}
.mlw-affiliate-banner__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
}
.mlw-affiliate-banner__disclosure {
    font-size: 10px;
    color: var(--mlw-text-light);
    margin-top: 8px;
}

/* ============================================================
   PRACTICAL CARDS
   ============================================================ */
.mlw-practical-card {
    padding: 20px;
    margin-bottom: 16px;
}
.mlw-practical-card__header {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mlw-practical-card__icon {
    font-size: 20px;
}
.mlw-practical-card__body {
    font-size: 14px;
    color: var(--mlw-text-mid);
    line-height: 1.7;
}
.mlw-practical-card__body p {
    margin: 0 0 10px;
}
.mlw-practical-card__notes {
    margin-top: 12px;
    padding: 12px;
    background: var(--mlw-brand-faint);
    border-radius: var(--mlw-radius-xs);
    font-size: 13px;
}
.mlw-practical-card__rich-text {
    margin-top: 8px;
}
.mlw-practical-card__rich-text p {
    margin: 0 0 12px;
}
.mlw-practical-card__cta {
    padding: 14px 20px;
    border-top: 1px solid var(--mlw-border-light);
    display: flex;
    align-items: center;
    gap: 12px;
}
.mlw-disclosure {
    font-size: 10px;
    color: var(--mlw-text-light);
}

/* ============================================================
   REVIEWS
   ============================================================ */
.mlw-reviews-section {
    margin-top: 36px;
}
.mlw-post-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--mlw-text-mid);
}

/* ============================================================
   RELATED CITIES
   ============================================================ */
.mlw-related-section {
    margin-top: 36px;
}
.mlw-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.mlw-related-card {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: transform 0.15s;
}
.mlw-related-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--mlw-shadow-lg);
}
.mlw-related-card__img {
    height: 80px;
    background-size: cover;
    background-position: center;
    background-color: var(--mlw-surface-alt);
}
.mlw-related-card__body {
    padding: 14px 16px;
}
.mlw-related-card__name {
    font-weight: 700;
    font-size: 15px;
}
.mlw-related-card__meta {
    font-size: 12px;
    color: var(--mlw-text-light);
    margin-top: 2px;
}
.mlw-related-card__link {
    font-size: 12px;
    color: var(--mlw-brand);
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
}

/* ============================================================
   SIDEBAR
   ============================================================ */

/* Quick Facts */
.mlw-quick-facts {
    padding: 20px;
    cursor: pointer;
}
.mlw-quick-facts__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    transition: color 0.18s ease;
}
.mlw-quick-fact {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid var(--mlw-border-light);
    font-size: 13px;
    border-radius: 8px;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.mlw-quick-fact:last-child {
    border-bottom: none;
}
.mlw-quick-fact__label {
    color: var(--mlw-text-light);
    transition: color 0.18s ease;
}
.mlw-quick-fact__value {
    font-weight: 600;
    transition: color 0.18s ease;
}
.mlw-quick-facts:hover .mlw-quick-facts__title,
.mlw-quick-facts:focus-visible .mlw-quick-facts__title {
    color: var(--mlw-brand-dark);
}
.mlw-quick-facts:focus-visible {
    outline: 2px solid rgba(43,122,158,0.35);
    outline-offset: 2px;
}
@media (hover: hover) {
    .mlw-quick-fact:hover {
        background: rgba(43,122,158,0.08);
        transform: translateX(2px);
    }
    .mlw-quick-fact:hover .mlw-quick-fact__label,
    .mlw-quick-fact:hover .mlw-quick-fact__value {
        color: var(--mlw-text);
    }
}

/* Premium sidebar */
.mlw-sidebar-premium {
    padding: 22px;
    background: linear-gradient(135deg, var(--mlw-gold-light), var(--mlw-surface));
    border-color: rgba(212,165,69,0.25);
    text-align: center;
}
.mlw-sidebar-premium__icon {
    font-size: 28px;
    margin-bottom: 6px;
}
.mlw-sidebar-premium__title {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
}
.mlw-sidebar-premium__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
    line-height: 1.5;
    margin-bottom: 14px;
}
.mlw-sidebar-premium__price {
    font-size: 26px;
    font-weight: 800;
    color: var(--mlw-gold-dark);
    margin-bottom: 2px;
}
.mlw-sidebar-premium__note {
    font-size: 12px;
    color: var(--mlw-text-light);
    margin-bottom: 14px;
}

/* Sidebar affiliate */
.mlw-sidebar-affiliate {
    padding: 20px;
    border-color: rgba(43,122,158,0.12);
}
.mlw-sidebar-affiliate__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.mlw-sidebar-affiliate__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-bottom: 10px;
}

/* Sidebar compact widget */
.mlw-sidebar-widget {
    padding: 16px;
    background: var(--mlw-surface-alt);
}
.mlw-sidebar-widget__inner {
    display: flex;
    gap: 12px;
    align-items: center;
}
.mlw-sidebar-widget__icon {
    font-size: 24px;
    flex-shrink: 0;
}
.mlw-sidebar-widget__content {
    flex: 1;
    min-width: 0;
}
.mlw-sidebar-widget__title {
    font-size: 13px;
    font-weight: 700;
}
.mlw-sidebar-widget__desc {
    font-size: 12px;
    color: var(--mlw-text-mid);
}
.mlw-sidebar-widget__link {
    font-size: 12px;
    color: var(--mlw-brand);
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}
.mlw-sidebar-widget__link:hover {
    text-decoration: underline;
}

/* Sidebar tours */
.mlw-sidebar-tours {
    padding: 20px;
}
.mlw-sidebar-tours__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Newsletter */
.mlw-sidebar-newsletter {
    padding: 20px;
    background: var(--mlw-brand-faint);
    border-color: rgba(43,122,158,0.1);
}
.mlw-sidebar-newsletter__title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}
.mlw-sidebar-newsletter__desc {
    font-size: 13px;
    color: var(--mlw-text-mid);
    margin-bottom: 12px;
    line-height: 1.5;
}
.mlw-sidebar-newsletter__input {
    width: 100%;
    padding: 10px 12px;
    border-radius: var(--mlw-radius-xs);
    border: 1px solid var(--mlw-border);
    background: var(--mlw-surface);
    font-size: 13px;
    color: var(--mlw-text);
    margin-bottom: 10px;
    box-sizing: border-box;
}
.mlw-sidebar-newsletter__input::placeholder {
    color: var(--mlw-text-light);
}
.mlw-sidebar-newsletter__input:focus {
    outline: none;
    border-color: var(--mlw-brand);
    box-shadow: 0 0 0 3px rgba(43,122,158,0.1);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .mlw-hero {
        padding: 32px 24px;
    }
    .mlw-hero__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .mlw-airport-selector {
        min-width: auto;
    }
    .mlw-content {
        padding: 24px;
    }
    .mlw-columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .mlw-decision-bar {
        padding: 14px 24px;
    }
    .mlw-decision-bar__inner {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .mlw-hero__title {
        font-size: 36px;
    }
    .mlw-hero__tagline {
        font-size: 15px;
    }
    .mlw-hero__stats {
        flex-wrap: wrap;
        gap: 16px;
    }
    .mlw-time-selector__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mlw-guide-grid {
        grid-template-columns: 1fr;
    }
    .mlw-related-grid {
        grid-template-columns: 1fr;
    }
    .mlw-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mlw-tab {
        white-space: nowrap;
        padding: 10px 14px;
        font-size: 13px;
    }
    .mlw-sponsored-card__inner {
        flex-direction: column;
    }
    .mlw-affiliate-banner__inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mlw-hero {
        padding: 24px 16px;
    }
    .mlw-hero__title {
        font-size: 28px;
    }
    .mlw-content {
        padding: 16px;
    }
    .mlw-time-selector {
        padding: 16px;
    }
    .mlw-time-option {
        padding: 14px 10px;
    }
    .mlw-time-option__icon {
        font-size: 22px;
    }
    .mlw-time-option__label {
        font-size: 13px;
    }
}
/* ============================================================
   LIVE FIX — layover city wrapper spacing + hero contrast
   2026-04-06
   ============================================================ */
body.layover_city-template-default.ast-page-builder-template .site-content,
body.layover_city-template-default.ast-page-builder-template #content,
body.layover_city-template-default.ast-page-builder-template .ast-container,
body.layover_city-template-default.ast-page-builder-template .entry-content,
body.layover_city-template-default.ast-page-builder-template .site-main,
body.layover_city-template-default.ast-page-builder-template #primary,
body.layover_city-template-default.ast-page-builder-template article,
body.layover_city-template-default.ast-page-builder-template .ast-article-single,
body.layover_city-template-default.ast-page-builder-template .site-main > article,
body.layover_city-template-default.ast-page-builder-template .entry-header {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--mlw-bg) !important;
}

body.layover_city-template-default.ast-page-builder-template .entry-header,
body.layover_city-template-default.ast-page-builder-template .ast-single-entry-banner,
body.layover_city-template-default.ast-page-builder-template .ast-no-title.ast-no-thumbnail,
body.layover_city-template-default.ast-page-builder-template .ast-header-without-markup,
body.layover_city-template-default.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
    display: none !important;
}

body.layover_city-template-default .mlw-hero {
    margin-top: 0 !important;
}

body.layover_city-template-default .mlw-hero__title {
    color: #ffffff !important;
    text-shadow: 0 8px 28px rgba(8, 15, 32, 0.28) !important;
}

body.layover_city-template-default .mlw-hero__tagline,
body.layover_city-template-default .mlw-breadcrumbs,
body.layover_city-template-default .mlw-breadcrumbs a,
body.layover_city-template-default .mlw-breadcrumbs__current,
body.layover_city-template-default .mlw-hero__stat-value {
    color: rgba(255,255,255,0.9) !important;
}

body.layover_city-template-default .mlw-hero__stat-label {
    color: rgba(255,255,255,0.55) !important;
}

body.layover_city-template-default .mlw-app-header {
    display: none !important;
}

body.layover_city-template-default .mlw-app-header ~ * {
    padding-top: 0 !important;
}
