/* ========================================
   CITY PAGE STYLES - NO CONFLICTS
   All classes use city- prefix to avoid conflicts with main.css
   ======================================== */

/* ========================================
   FIX: Remove sticky positioning on city pages
   ======================================== */
.stadpost .results-search-section {
    position: static !important;
    background: white;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
}

/* ========================================
   BREADCRUMB
   ======================================== */
.city-breadcrumb-wrapper {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.city-breadcrumb-nav {
    padding: 1rem 0;
}

.city-breadcrumb-list {
    margin: 0;
    background: none;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.city-breadcrumb-link {
    color: #6c757d;
    text-decoration: none;
}

.city-breadcrumb-link-active {
    color: #212529;
    text-decoration: none;
}

/* ========================================
   HERO
   ======================================== */
.city-hero-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin: 1rem 0 2rem 0;
}

/* ========================================
   CONTENT AREA
   ======================================== */
.city-content-area {
    background: #f8f9fa;
    padding: 3rem 0;
}

.city-section-mb {
    margin-bottom: 3rem;
}

/* ========================================
   SECTION TITLES
   ======================================== */
.city-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #212529;
}

.city-section-subtitle {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
}

/* ========================================
   CITY HERO IMAGE
   ======================================== */
.city-img-wrapper {
    padding: 0;
    overflow: hidden;
}

.city-hero-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.city-hero-text-wrapper {
    padding: 2rem;
}

.city-intro-text {
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   DEAL CARDS
   ======================================== */
.city-deal-airline-icon {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.city-deal-airline-name {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
}

.city-route-flex {
    display: flex;
    flex-direction: column;
}

.city-route-iata {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.city-route-name {
    font-size: 0.875rem;
    color: #6c757d;
}

.city-route-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0 1rem;
}

.city-route-time {
    font-size: 0.875rem;
    color: #6c757d;
}

.city-route-stops {
    font-size: 0.75rem;
    color: #FFC107;
    font-weight: 600;
}

.city-route-line {
    width: 100%;
    height: 1px;
    background: #e9ecef;
    position: relative;
}

.city-route-arrow {
    position: absolute;
    right: -4px;
    top: -3px;
    color: #e9ecef;
}

.city-deal-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.city-deal-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFC107;
    margin-bottom: 0.25rem;
}

.city-deal-dates {
    font-size: 0.75rem;
    color: #6c757d;
}

/* ========================================
   INSIGHT CARDS
   ======================================== */
.city-insight-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.city-insight-icon {
    flex-shrink: 0;
}

.city-insight-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.city-insight-text {
    font-size: 0.9375rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.city-insight-highlight {
    color: #FFC107;
    font-weight: 600;
}

.city-insight-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.city-month-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.city-month-tag {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    color: #495057;
    white-space: nowrap;
}

/* ========================================
   AIRLINE CARDS
   ======================================== */
.city-airline-logo-wrapper {
    width: 48px;
    height: 48px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.city-airline-logo {
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
}

.city-airline-info-flex {
    flex: 1;
}

.city-airline-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.city-airline-detail {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.city-airline-detail:last-child {
    margin-bottom: 0;
}

.city-airline-price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFC107;
}

/* ========================================
   PRICE GUIDE TEXT
   ======================================== */
.city-price-guide-text {
    font-size: 0.9375rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.city-price-guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-price-guide-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.city-price-guide-item:last-child {
    border-bottom: none;
}

.city-price-guide-icon {
    flex-shrink: 0;
    color: #FFC107;
    margin-top: 0.25rem;
}

.city-price-guide-content {
    flex: 1;
    font-size: 0.9375rem;
    color: #495057;
    line-height: 1.6;
}

/* ========================================
   AIRPORT ITEMS
   ======================================== */
.city-airport-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

.city-airport-item:last-child {
    margin-bottom: 0;
}

.city-airport-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FFC107;
}

.city-airport-info-flex {
    flex: 1;
}

.city-airport-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem;
}

.city-airport-distance {
    font-size: 0.8125rem;
    color: #6c757d;
}

.city-airport-price {
    font-size: 1rem;
    font-weight: 700;
    color: #FFC107;
}

/* ========================================
   ROUTE CARDS
   ======================================== */
.city-popular-route-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.city-popular-route-flex:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.15);
    border-color: #FFC107;
}

.city-popular-route-flex:last-child {
    margin-bottom: 0;
}

.city-popular-route-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem;
}

.city-popular-route-time {
    font-size: 0.8125rem;
    color: #6c757d;
}

.city-popular-route-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFC107;
    text-align: right;
}

/* ========================================
   TIPS CARD
   ======================================== */
.city-tips-wrapper {
    background: #FFF3CD;
    border-left: 3px solid #FFC107;
    padding: 1.5rem;
    border-radius: 8px;
}

.city-tips-title-flex {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.city-tips-title {
    font-size: 1rem;
    font-weight: 600;
    color: #856404;
    margin: 0;
}

.city-tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-tips-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #856404;
}

.city-tips-icon {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* ========================================
   SIDEBAR
   ======================================== */
.city-sidebar-title-flex {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.city-sidebar-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.city-sidebar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.city-sidebar-item:last-child {
    border-bottom: none;
}

.city-sidebar-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.city-sidebar-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
}

/* ========================================
   WEATHER
   ======================================== */
.city-weather-title-flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.city-weather-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.city-weather-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.city-temp-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.city-temp-item {
    text-align: center;
}

.city-temp-month {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.city-temp-day {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.city-temp-night {
    font-size: 0.75rem;
    color: #adb5bd;
}

.city-weather-forecast-divider {
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.city-weather-flex {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.city-weather-loading {
    text-align: center;
    padding: 2rem;
    color: #adb5bd;
    width: 100%;
    font-size: 0.875rem;
}

/* ========================================
   DESTINATION CARDS (Other cities)
   ======================================== */
.city-destination-card-wrapper {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.city-destination-card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.2);
    border-color: #FFC107;
}

.city-destination-icon {
    width: 48px;
    height: 48px;
    background: #FFF3CD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.city-destination-card-wrapper:hover .city-destination-icon {
    background: #FFC107;
    transform: scale(1.1);
}

.city-destination-icon svg {
    color: #856404;
    transition: all 0.3s ease;
}

.city-destination-card-wrapper:hover .city-destination-icon svg {
    color: #000;
}

.city-destination-name {
    font-weight: 600;
    color: #212529;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.city-destination-card-wrapper:hover .city-destination-name {
    color: #FFC107;
}

/* ========================================
   MAP
   ======================================== */
.city-map-wrapper {
    padding: 0;
    overflow: hidden;
}

#cityMap {
    width: 100%;
    height: 400px;
}

.city-airports-header {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.city-airport-list-item {
    padding: 0.75rem 0;
}

.city-airport-list-item-border {
    border-bottom: 1px solid #f8f9fa;
}

.city-airport-list-name {
    font-weight: 600;
    color: #212529;
    font-size: 0.9375rem;
}

.city-airport-list-code {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* ========================================
   FAQ
   ======================================== */
.city-faq-section {
    background: white;
    padding: 3rem 0;
}

.city-faq-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #212529;
}

.city-accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.city-accordion-button {
    background: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.25rem;
}

.city-accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #212529;
}

.city-accordion-body {
    padding: 1.25rem;
    font-size: 0.9375rem;
    color: #495057;
    line-height: 1.7;
}

/* ========================================
   CTA SIDEBAR
   ======================================== */
.city-cta-wrapper {
    background: linear-gradient(135deg, #FFC107 0%, #FFD54F 100%);
    border: none;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.city-cta-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}

.city-cta-text {
    font-size: 0.875rem;
    color: rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
}

.city-cta-button {
    background: #000;
    color: #FFC107;
    border: none;
    width: 100%;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.city-cta-button:hover {
    background: #212529;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* ========================================
   ADD THESE RULES TO YOUR EXISTING city.css
   For country_view.php featured cities section
   ======================================== */

.search-card-compact {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.search-card-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ========================================
   ADD TO city.css - MISSING RULES FOR COUNTRY PAGES
   ======================================== */

/* Quick Stats Section (used by both city and country) */
.quick-stats-section {
    background: white;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
}

.quick-stat-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.quick-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #FFC107;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: #FFF3CD;
    border-radius: 12px;
    color: #FFC107;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

/* Featured cities cards (country page) */
.search-card-compact {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.search-card-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* Makes price+button slot into desktop grid as if wrapper div doesn't exist */
.deal-bottom-row {
    display: contents;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */
@media (max-width: 576px) {
    .hero-main-title {
        font-size: 1.75rem;
    }

    .city-faq-title {
        font-size: 1.5rem;
    }

    .city-section-title {
        font-size: 1.25rem;
    }

    .accordion-button {
        font-size: 0.9rem !important;
        padding: 1rem !important;
    }
    .city-hero-img {
        height: 200px;
    }

    .city-hero-text-wrapper {
        padding: 0.75rem 0;
    }

    .city-intro-text {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    /* Airline cards on mobile */
    .airline-card {
        flex-wrap: wrap;
        padding: 1rem;
        gap: 0.75rem;
    }

    .airline-card > div:first-child {
        width: 56px;
        height: 56px;
        margin-right: 0;
    }

    .city-airline-info-flex {
        flex: 1;
        min-width: 0;
    }

    .city-airline-info-flex h3 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }

    .airline-stats {
        gap: 0.5rem;
    }

    .airline-stat {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .airline-card > div:last-child {
        width: 100%;
        text-align: left !important;
        font-size: 1.1rem !important;
        border-top: 1px solid #e9ecef;
        padding-top: 0.5rem;
    }

    /* Deal card: 2-row layout on mobile */
    .deal-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }

    .deal-airline {
        display: none;
    }

    .deal-route {
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
        width: 100%;
    }

    .deal-bottom-row {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin-top: 0.25rem;
    }

    .deal-price span:first-child {
        font-size: 1.25rem !important;
        display: inline !important;
    }

    .deal-price span:last-child {
        font-size: 0.8rem !important;
        display: inline !important;
    }

    .deal-bottom-row .btn {
        padding: 0.65rem 1.25rem !important;
        font-size: 0.875rem !important;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .city-route-iata {
        font-size: 0.9rem;
    }

    .city-route-name {
        font-size: 0.7rem;
    }
    
    .city-temp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .city-destination-card-wrapper {
        min-height: 100px;
        padding: 1rem 0.75rem;
    }
    
    .city-destination-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.75rem;
    }
    
    .city-destination-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .city-destination-name {
        font-size: 0.875rem;
    }
    
    .city-content-area {
        padding: 2rem 0;
    }

    /* =============================================
       MOBILE FIX: Quick Stats Cards
       Prevents long price text ("från 6 103 kr")
       from wrapping awkwardly on small screens
       ============================================= */
    .quick-stat-card {
        padding: 1rem 0.5rem;
    }

    .stat-icon {
        width: 44px;
        height: 44px;
        margin: 0 auto 0.5rem;
        border-radius: 10px;
    }

    .stat-icon svg {
        width: 26px !important;
        height: 26px !important;
    }

    .stat-value {
        font-size: 1rem !important;
        line-height: 1.3;
        word-break: break-word;
        hyphens: auto;
        margin: 0.25rem 0;
    }

    .stat-label {
        font-size: 0.75rem;
    }
}

/* ========================================
   REFACTORED: Classes replacing inline styles
   ======================================== */

/* Flight path in deal card */
.deal-flight-path {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 0.75rem;
    min-width: 0;
}
.deal-flight-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #dee2e6;
}
.deal-flight-time {
    font-size: 0.7rem;
    color: #6c757d;
    background: white;
    padding: 0 0.25rem;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.deal-flight-stops {
    font-size: 0.7rem;
    font-weight: 600;
    background: white;
    padding: 0 0.25rem;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.deal-flight-stops--direct  { color: #28a745; }
.deal-flight-stops--layover { color: #ffc107; }

/* Deal price */
.deal-price__amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFC107;
    display: block;
}
.deal-price__dates {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
}

/* Deal button */
.city-deal-btn {
    background: #FFC107;
    color: #000;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
}

/* Insight card highlight text */
.text-highlight { color: #FFC107; }

/* Airline card logo */
.city-airline-logo-wrapper {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}
.city-airline-name {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
}
.city-airline-price {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFC107;
    flex-shrink: 0;
}

/* Small SVG icon used inline with text */
.city-stat-icon {
    vertical-align: middle;
    margin-right: 6px;
}

/* Card typography */
.city-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}
.city-card-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #212529;
}
.city-body-text {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
}

/* Airport info in main column */
.city-airport-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}
.city-airport-name { font-size: 0.9375rem; color: #212529; }
.city-airport-meta {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}
.city-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.city-meta-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: #212529;
}
.city-meta-value { font-size: 0.9375rem; color: #6c757d; }

/* Destination image */
.city-dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    min-height: 240px;
}

/* Tips list */
.city-tips-list { list-style: none; padding: 0; margin: 0; }
.city-tips-item {
    padding: 0.75rem 0;
    font-size: 0.9375rem;
}
.city-tips-item--border { border-bottom: 1px solid #e9ecef; }
.city-tips-item--sm { font-size: 0.875rem; color: #495057; }

/* Social proof */
.social-proof-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}
.social-proof-label { font-size: 0.9375rem; color: rgba(255,255,255,0.9); }
.social-proof-stars { display: flex; align-items: center; justify-content: center; gap: 3px; }
.social-proof-sub {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.9);
    margin-top: 0.5rem;
}

/* Sidebar */
.city-sidebar-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #212529;
}
.city-badge {
    background: #FFC107;
    color: #000;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}
.city-airport-option-name { font-size: 0.9375rem; color: #212529; }
.airport-option--last { border-bottom: none; }
.city-airport-distance { font-size: 0.875rem; color: #6c757d; margin-bottom: 0.25rem; }
.city-airport-price { font-size: 1rem; font-weight: 600; color: #FFC107; }

/* Route rows in sidebar */
.city-route-row {
    padding: 0.75rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city-route-row--border { border-bottom: 1px solid #e9ecef; }
.city-route-row-name { font-size: 0.9375rem; color: #212529; }
.city-route-row-meta { font-size: 0.75rem; color: #6c757d; margin-top: 0.25rem; }
.city-route-row-price { font-size: 0.875rem; font-weight: 600; color: #FFC107; }

/* Quick facts */
.city-fact-row {
    padding: 0.75rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.city-fact-row--border { border-bottom: 1px solid #e9ecef; }
.city-fact-label { display: block; font-weight: 600; font-size: 0.875rem; color: #212529; }
.city-fact-value { display: block; color: #6c757d; font-size: 0.875rem; }

/* Weather */
.city-weather-month-block { margin-bottom: 1.5rem; }

/* Map */
.city-map-card { padding: 0; overflow: hidden; }
.city-map-frame { width: 100%; height: 300px; }

/* CTA card */
.city-cta-wrapper {
    background: linear-gradient(135deg, #FFC107 0%, #FFD54F 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}
.city-cta-button {
    background: #000;
    color: #FFC107;
    border: none;
    font-weight: 600;
    padding: 0.75rem;
    text-decoration: none;
    border-radius: 8px;
}

/* ================================================
   MOVED FROM city_view.php inline <style> block
   ================================================ */

/* Hero title */
.hero-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.yellow-dot { color: #FFC107; }

/* Search card (base) */
.search-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.search-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Insight Cards */
.insight-card {
  background: white;
  border-left: 4px solid #FFC107;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  height: 100%;
}
.month-tags  { margin-top: 1rem; }
.month-tag {
  display: inline-block;
  background: #FFF3CD;
  color: #856404;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Deal Cards */
.deal-card {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  background: white;
  border: 2px solid #e9ecef;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.deal-card:hover {
  border-color: #FFC107;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
}
.deal-airline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.deal-route {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Airline Cards */
.airline-card {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #e9ecef;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.airline-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}
.airline-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.airline-stat {
  font-size: 0.875rem;
  color: #6c757d;
  background: #f8f9fa;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
}

/* Social Proof */
.social-proof-card {
  background: linear-gradient(135deg, #FFB300 0%, #FFC107 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

/* Airport Option */
.airport-option {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  transition: background 0.2s;
}
.airport-option:last-child { border-bottom: none; }

/* FAQ */
.faq-section { background: white; }
.accordion-button:not(.collapsed) {
  background: #FFF3CD;
  color: #212529;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: #FFC107;
}

/* Search section — override any sticky positioning from global styles */
.results-search-section {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: white;
  padding: 2rem 0;
  border-bottom: 1px solid #e9ecef;
}

/* Weather boxes */
.weatherbox {
  min-width: 80px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem 0.75rem;
  text-align: center;
  flex-shrink: 0;
}
.weatherbox div:nth-child(1) {
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: #212529;
  text-transform: capitalize;
}
.weatherbox div:nth-child(2) { font-size: 0.7rem; color: #adb5bd; margin-bottom: 0.75rem; }
.weatherbox div:nth-child(3) { font-size: 2rem; margin: 0.5rem 0; }
.weatherbox div:nth-child(4) { font-size: 1.125rem; font-weight: 700; color: #212529; margin-bottom: 0.5rem; }
.weatherbox div:nth-child(5) { font-size: 0.7rem; color: #adb5bd; }

/* Mobile — deal cards */
@media (max-width: 768px) {
  .deal-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
  .deal-airline { display: none; }
  .deal-route {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  .deal-bottom-row {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.25rem;
  }
  .deal-price span:first-child { font-size: 1.25rem !important; display: inline !important; }
  .deal-price span:last-child  { font-size: 0.8rem !important;  display: inline !important; }
  .deal-bottom-row .btn {
    padding: 0.65rem 1.25rem !important;
    font-size: 0.875rem !important;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .city-route-iata { font-size: 0.9rem; }
  .city-route-name  { font-size: 0.7rem; }
  .hero-main-title  { font-size: 1.75rem; }
}

/* Mobile — stat cards */
@media (max-width: 576px) {
  .quick-stat-card { padding: 1rem 0.5rem; }
  .stat-icon { width: 44px; height: 44px; margin: 0 auto 0.5rem; }
  .stat-icon svg { width: 26px; height: 26px; }
  .stat-value {
    font-size: 1rem !important;
    line-height: 1.3;
    word-break: break-word;
    hyphens: auto;
  }
  .stat-label { font-size: 0.75rem; }
}

/* ================================================
   country_view.php — specific classes
   ================================================ */

/* Destination price in grid cards */
.city-destination-price {
    font-size: 0.875rem;
    color: #FFC107;
    font-weight: 600;
}

/* Featured city image cards */
.country-city-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.country-city-card-body {
    padding: 1rem;
    text-align: center;
}
.country-city-label {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}
.country-city-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFC107;
    margin-bottom: 0.25rem;
}
.country-city-from {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Photo credit */
.country-photo-credit {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.5rem;
}
.country-photo-link {
    color: #999;
    text-decoration: none;
}

/* Country hero image + body */
.country-hero-card {
    padding: 0;
    overflow: hidden;
}
.country-hero-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.country-hero-body {
    padding: 2rem;
}

/* Sidebar quick-facts rows */
.country-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}
.country-fact-row--border {
    border-bottom: 1px solid #f8f9fa;
}
.country-fact-label {
    font-size: 0.875rem;
    color: #6c757d;
}
.country-fact-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
}
