/* Dedicated airport landing pages — lean overrides only */

.airport-banner.breadcumb-wrapper {
    background-image: var(--airport-banner);
    background-size: cover;
    background-position: center;
}

.airport-page__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color, #e8b46f);
}

.airport-page__headline {
    margin: 0 0 1.25rem;
    font-family: Newsreader, Georgia, serif;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    line-height: 1.25;
    color: var(--secondary-color, #141416);
}

.airport-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.airport-page__actions .vs-btn {
    min-height: 44px;
}

.airport-page__media img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.airport-page__notes {
    margin: 0;
    padding: 0;
}

.airport-page__notes li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

.airport-page__notes i {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.airport-page__dest-intro {
    margin-bottom: 1rem;
}

.airport-page__destinations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.airport-page__destinations li {
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    color: var(--secondary-color, #141416);
}

.airport-page__destinations li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--theme-color, #e8b46f);
}

.airport-page__inline-link {
    font-weight: 700;
    color: var(--theme-color, #e8b46f);
    text-decoration: none;
}

.airport-page__inline-link:hover {
    color: var(--secondary-color, #141416);
}

.airport-page__hub-link a {
    font-weight: 600;
    color: var(--theme-color, #e8b46f);
}

.airport-page__nationwide a,
.airport-hub-fallback a {
    font-weight: 600;
    color: var(--theme-color, #e8b46f);
    text-decoration: none;
}

.airport-page__nationwide a:hover,
.airport-hub-fallback a:hover {
    color: var(--secondary-color, #141416);
}

.airport-hub-fallback {
    color: rgba(20, 20, 22, 0.72);
    line-height: 1.55;
}

.airport-others {
    padding: 2.5rem 0;
    background: #141416;
}

.airport-others__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
}

.airport-others__label {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.airport-others__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
}

.airport-others__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 40px;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.airport-others__list a:hover {
    background: var(--theme-color, #e8b46f);
    color: #141416;
}

.airport-others__more {
    margin-left: auto;
    color: var(--theme-color, #e8b46f);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
}

.airport-others__more:hover {
    color: #fff;
}

.airport-others__fallback {
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
    line-height: 1.5;
}

.airport-others__fallback a {
    color: var(--theme-color, #e8b46f);
    font-weight: 600;
    text-decoration: none;
}

.airport-others__fallback a:hover {
    color: #fff;
}

.airport-sidebar-airports {
    margin-top: 1.5rem;
}

.airport-sidebar-airports .widget_title {
    margin-bottom: 1rem;
}

.airport-sidebar-airports ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.airport-sidebar-airports a {
    display: block;
    padding: 0.65rem 0.75rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--secondary-color, #141416);
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    min-height: 40px;
    line-height: 1.2;
}

.airport-sidebar-airports li.active a,
.airport-sidebar-airports a:hover {
    background: var(--theme-color, #e8b46f);
    color: #fff;
}

.airport-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.airport-hub-grid a {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.9rem 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: var(--secondary-color, #141416);
    transition: background 0.2s ease, transform 0.2s ease;
    min-height: 44px;
}

.airport-hub-grid a:hover {
    background: #141416;
    color: #fff;
    transform: translateY(-1px);
}

.airport-hub-grid__code {
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--theme-color, #e8b46f);
}

.airport-hub-grid a:hover .airport-hub-grid__code {
    color: #e8b46f;
}

.airport-hub-grid__name {
    font-size: 0.85rem;
    line-height: 1.3;
    opacity: 0.85;
}

@media (min-width: 768px) {
    .airport-hub-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .airport-page__destinations {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .airport-page__destinations,
    .airport-sidebar-airports ul,
    .airport-hub-grid {
        grid-template-columns: 1fr;
    }

    .airport-page__actions {
        flex-direction: column;
    }

    .airport-page__actions .vs-btn {
        width: 100%;
        text-align: center;
    }

    .airport-others__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .airport-others__more {
        margin-left: 0;
    }
}
