
/* ========== BREADCRUMB ========== */
.breadcrumb-bar {
    background: #f8f9fb;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 40px;
}
.breadcrumb-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-dark);
}
.breadcrumb-inner a { color: var(--gray-dark); transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--primary-blue); }
.breadcrumb-inner i.fa-chevron-right { font-size: 10px; color: #ccc; }
.breadcrumb-inner span { color: var(--primary-blue); font-weight: 600; }

/* ========== HERO ========== */
.pkg-hero {
    position: relative;
    height: 340px;
    overflow: hidden;
    margin: 16px 32px 0;
    border-radius: 24px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.pkg-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    transform: scale(1.04);
}
.pkg-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.20) 55%, transparent 100%);
    border-radius: 24px;
}
.pkg-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.pkg-hero-badge {
    display: inline-block;
    background: var(--orange);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.pkg-hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.pkg-hero-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.pkg-hero-meta span {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.pkg-hero-meta i { color: var(--orange); }

/* Quick Info Strip */
.quick-info-strip {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.qi-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
.qi-item i { font-size: 11px; color: #90ee90; }

/* ========== STICKY TABS ========== */
.sticky-tabs {
    background: white;
    border-bottom: 1px solid #EEEEEE;
    position: sticky;
    top: 69px;
    z-index: 95;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.sticky-tabs-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 0;
    overflow-x: auto;
}
.sticky-tabs-inner::-webkit-scrollbar { display: none; }
.stab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-dark);
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
}
.stab:hover { color: var(--primary-blue); }
.stab.active { color: var(--primary-blue); border-bottom-color: var(--primary-blue); }

/* ========== MAIN LAYOUT ========== */
.pkg-main {
    background: #f8f9fb;
    padding: 28px 40px 48px;
}
.pkg-main-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

/* Desktop — sticky sidebar */
.pkg-right {
    position: sticky;
    top: 80px;
    align-self: start;
}

/* ========== SECTIONS ========== */
.pd-section {
    background: white;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.pd-section-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pd-section-title::before {
    content: '';
    width: 4px;
    height: 22px;
    background: var(--primary-blue);
    border-radius: 4px;
    display: inline-block;
}

/* ========== HIGHLIGHTS ========== */
.highlights-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}
.highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-dark);
    line-height: 1.5;
}
.highlights-list li i {
    color: var(--primary-blue);
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 13px;
}

/* Route Strip */
.route-strip {
    background: #f0f7ff;
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 8px;
}
.route-item {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
}
.route-item i.fa-map-marker-alt { color: var(--primary-blue); margin-right: 5px; }
.route-arrow {
    color: var(--gray-dark);
    margin: 0 10px;
    font-size: 12px;
}

/* ========== ITINERARY ========== */
.itinerary-item {
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.itinerary-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.itinerary-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    background: white;
    transition: background 0.2s;
    user-select: none;
}
.itinerary-header:hover { background: #f8f9fb; }
.day-badge {
    background: var(--primary-blue);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
.itinerary-header h3 {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
}
.itinerary-header .itin-meals {
    font-size: 11px;
    color: var(--gray-dark);
    display: flex;
    align-items: center;
    gap: 4px;
}
.itinerary-header .itin-meals i { color: #f59e0b; }
.itin-toggle {
    color: var(--gray-dark);
    font-size: 12px;
    transition: transform 0.3s;
    flex-shrink: 0;
}
.itinerary-item.open .itin-toggle { transform: rotate(180deg); }
.itinerary-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s;
    background: #fafbfc;
    border-top: 1px solid #EEEEEE;
}
.itinerary-item.open .itinerary-body {
    max-height: 300px;
    padding: 16px 20px;
}
.itinerary-body p {
    font-size: 14px;
    color: var(--gray-dark);
    line-height: 1.8;
}

/* ========== INCLUSIONS & EXCLUSIONS ========== */
.inc-exc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}
.inc-box, .exc-box { border-radius: 10px; padding: 18px; }
.inc-box { background: #f0fff4; border: 1px solid #c6f6d5; }
.exc-box { background: #fff5f5; border: 1px solid #fed7d7; }
.inc-box h3, .exc-box h3 {
    font-size: 14px; font-weight: 700; margin-bottom: 12px;
    display: flex; align-items: center; gap: 8px;
}
.inc-box h3 { color: #276749; }
.inc-box h3 i { color: #38a169; }
.exc-box h3 { color: #9b2c2c; }
.exc-box h3 i { color: #e53e3e; }
.inc-box ul, .exc-box ul { list-style: none; }
.inc-box ul li, .exc-box ul li {
    font-size: 13px; color: var(--text-dark);
    padding: 5px 0; display: flex; align-items: flex-start;
    gap: 8px; line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.inc-box ul li:last-child, .exc-box ul li:last-child { border-bottom: none; }
.inc-box ul li::before { content: "✓"; color: #38a169; font-weight: 700; flex-shrink: 0; font-size: 12px; margin-top: 1px; }
.exc-box ul li::before { content: "✕"; color: #e53e3e; font-weight: 700; flex-shrink: 0; font-size: 12px; margin-top: 1px; }

/* Know Before You Go */
.know-before {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 18px;
}
.know-before h3 {
    font-size: 14px; font-weight: 700; color: #92400e;
    margin-bottom: 12px; display: flex; align-items: center; gap: 8px;
}
.know-before h3 i { color: #f59e0b; }
.know-before ul { list-style: none; }
.know-before ul li {
    font-size: 13px; color: var(--text-dark);
    padding: 6px 0; display: flex; align-items: flex-start;
    gap: 8px; border-bottom: 1px solid rgba(0,0,0,0.04); line-height: 1.5;
}
.know-before ul li:last-child { border-bottom: none; }
.know-before ul li::before { content: "•"; color: #f59e0b; font-weight: 900; flex-shrink: 0; }

/* ========== GALLERY ========== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.gallery-item {
    border-radius: 10px; overflow: hidden;
    cursor: pointer; position: relative; aspect-ratio: 4/3;
}
.gallery-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s; display: block;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.35);
    color: white; font-size: 24px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover::after { opacity: 1; }

/* ========== REVIEWS ========== */
.reviews-summary {
    display: flex; align-items: center; gap: 20px;
    background: #f0f7ff; border-radius: 12px;
    padding: 20px; margin-bottom: 20px;
}
.rs-big { font-size: 56px; font-weight: 900; color: var(--primary-blue); line-height: 1; }
.rs-stars { color: #f59e0b; font-size: 20px; margin-bottom: 4px; }
.rs-count { font-size: 13px; color: var(--gray-dark); }

.review-card {
    border: 1px solid #EEEEEE; border-radius: 12px;
    padding: 18px; margin-bottom: 12px; transition: box-shadow 0.2s;
}
.review-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-avatar {
    width: 40px; height: 40px;
    background: var(--primary-blue); color: white;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.review-name { font-size: 14px; font-weight: 700; color: var(--navy); }
.review-city { font-size: 12px; color: var(--gray-dark); }
.review-stars { color: #f59e0b; font-size: 13px; margin-left: auto; }
.review-card p { font-size: 13px; color: var(--gray-dark); line-height: 1.7; font-style: italic; }

/* ========== BOOKING SIDEBAR ========== */
.booking-card {
    background: white; border-radius: 16px; padding: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1); border: 1px solid #EEEEEE;
}
.bc-price-row {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #F0F0F0;
}
.bc-label { font-size: 11px; color: var(--gray-dark); display: block; margin-bottom: 1px; }
.bc-price { font-size: 22px; font-weight: 900; color: var(--primary-blue); line-height: 1; }
.bc-per { font-size: 11px; color: var(--gray-dark); }
.bc-social-proof {
    background: #fff3cd; color: #856404;
    font-size: 10px; font-weight: 600;
    padding: 3px 8px; border-radius: 20px;
    text-align: center; display: block;
}
.bc-price-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.bc-persons-inline {
    display: flex; align-items: center; gap: 0;
    border: 1px solid #DDDDDD; border-radius: 6px; overflow: hidden;
}
.bc-persons-inline .counter-btn { width: 26px; height: 26px; font-size: 11px; }
.bc-persons-inline #personsCount { min-width: 28px; font-size: 13px; }

.bc-field { margin-bottom: 10px; }
.bc-field label { display: block; font-size: 12px; font-weight: 500; color: var(--gray-dark); margin-bottom: 6px; }

.duration-btns, .stay-btns { display: flex; gap: 5px; flex-wrap: wrap; }
.dur-btn, .stay-btn {
    background: #f0f7ff; border: 1.5px solid #e3f2fd;
    color: var(--text-dark); padding: 5px 10px; border-radius: 6px;
    font-size: 12px; font-weight: 600; cursor: pointer;
    transition: all 0.2s; flex: 1; text-align: center; white-space: nowrap;
}
.dur-btn:hover, .stay-btn:hover { border-color: var(--primary-blue); color: var(--primary-blue); }
.dur-btn.active, .stay-btn.active { background: var(--primary-blue); border-color: var(--primary-blue); color: white; }

.persons-counter {
    display: flex; align-items: center; gap: 0;
    border: 1px solid #DDDDDD; border-radius: 8px;
    overflow: hidden; width: fit-content;
}
.counter-btn {
    background: #f0f7ff; border: none; width: 30px; height: 30px;
    font-size: 12px; color: var(--primary-blue); cursor: pointer;
    transition: background 0.2s; display: flex; align-items: center; justify-content: center;
}
.counter-btn:hover { background: var(--primary-blue); color: white; }
#personsCount { min-width: 36px; text-align: center; font-size: 14px; font-weight: 700; color: var(--navy); }

.bc-total-row {
    display: flex; justify-content: space-between; align-items: center;
    background: #f0f7ff; padding: 8px 12px; border-radius: 8px;
    margin-bottom: 6px; font-weight: 600; font-size: 13px; color: var(--navy);
}
.bc-total { font-size: 17px; font-weight: 900; color: var(--primary-blue); }
.bc-emi { text-align: center; font-size: 11px; color: var(--gray-dark); margin-bottom: 10px; }
.bc-emi strong { color: var(--primary-blue); }

.bc-btns-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-bottom: 10px; }
.bc-book-btn {
    display: flex; align-items: center; justify-content: center; gap: 5px;
    background: var(--primary-blue); color: white; padding: 10px 6px;
    border-radius: 8px; font-size: 12px; font-weight: 700;
    transition: background 0.3s; text-align: center; margin-bottom: 0;
}
.bc-book-btn:hover { background: var(--dark-blue); }
.bc-whatsapp-btn {
    display: flex; align-items: center; justify-content: center; gap: 5px;
    background: #25D366; color: white; padding: 10px 6px;
    border-radius: 8px; font-size: 12px; font-weight: 700;
    margin-bottom: 0; transition: background 0.3s;
}
.bc-whatsapp-btn:hover { background: #1fba5a; }
.bc-call-btn {
    display: flex; align-items: center; justify-content: center; gap: 5px;
    background: none; border: 1.5px solid var(--primary-blue);
    color: var(--primary-blue); padding: 10px 6px;
    border-radius: 8px; font-size: 12px; font-weight: 700;
    margin-bottom: 0; transition: all 0.3s;
}
.bc-call-btn:hover { background: var(--primary-blue); color: white; }
.bc-download-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: #f0f7ff; border: 1.5px dashed var(--primary-blue);
    color: var(--primary-blue); padding: 8px; border-radius: 8px;
    font-size: 12px; font-weight: 600; margin-bottom: 10px;
    transition: all 0.3s; cursor: pointer; width: 100%; text-decoration: none;
}
.bc-download-btn:hover { background: var(--primary-blue); color: white; }
.bc-trust {
    display: flex; justify-content: space-between;
    padding-top: 8px; border-top: 1px solid #F0F0F0;
}
.bc-trust span { font-size: 10px; color: var(--gray-dark); display: flex; align-items: center; gap: 3px; }
.bc-trust i { color: var(--primary-blue); font-size: 10px; }

/* ========== RELATED PACKAGES ========== */
.related-section { background: var(--gray-light); padding: 40px 40px 50px; }
.related-inner { max-width: 1400px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.rel-card {
    background: white; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08); border: 1px solid #EEEEEE;
    transition: all 0.3s; cursor: pointer;
}
.rel-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.rel-img { position: relative; height: 180px; overflow: hidden; }
.rel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.rel-card:hover .rel-img img { transform: scale(1.05); }
.rel-badge {
    position: absolute; top: 10px; left: 10px;
    background: rgba(255,255,255,0.9); color: #333;
    font-size: 10px; font-weight: 700; padding: 3px 10px;
    border-radius: 20px; backdrop-filter: blur(4px); text-transform: uppercase;
}
.rel-body { padding: 16px; }
.rel-body h3 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.rel-footer { display: flex; justify-content: space-between; align-items: center; }
.rel-price { font-size: 15px; font-weight: 700; color: var(--primary-blue); }
.rel-duration { font-size: 12px; color: var(--gray-dark); }
.rel-btn { font-size: 12px; font-weight: 700; color: var(--primary-blue); background: none; border: none; cursor: pointer; transition: color 0.2s; }
.rel-btn:hover { color: var(--dark-blue); text-decoration: underline; }

/* ========== LIGHTBOX ========== */
.lightbox {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,0.92); z-index: 999;
    align-items: center; justify-content: center;
}
.lightbox.active { display: flex; }
.lb-img { max-width: 90vw; max-height: 85vh; border-radius: 8px; object-fit: contain; }
.lb-close {
    position: absolute; top: 20px; right: 24px;
    background: rgba(255,255,255,0.15); color: white; border: none;
    width: 44px; height: 44px; border-radius: 50%; font-size: 18px;
    cursor: pointer; transition: background 0.2s;
    display: flex; align-items: center; justify-content: center;
}
.lb-close:hover { background: rgba(255,255,255,0.3); }
.lb-prev, .lb-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.15); color: white; border: none;
    width: 48px; height: 48px; border-radius: 50%; font-size: 18px;
    cursor: pointer; transition: background 0.2s;
    display: flex; align-items: center; justify-content: center;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.3); }
.lb-counter {
    position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,0.7); font-size: 13px;
}

/* ========== MOBILE STICKY BAR ========== */
.mobile-sticky-bar {
    display: none; position: fixed;
    bottom: 0; left: 0; right: 0;
    background: white; border-top: 1px solid #EEEEEE;
    padding: 10px 16px; gap: 10px; z-index: 98;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
}
.msb-call {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
    border: 2px solid var(--primary-blue); color: var(--primary-blue);
    padding: 11px; border-radius: 8px; font-size: 13px; font-weight: 700; transition: all 0.2s;
}
.msb-whatsapp {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
    background: #25D366; color: white; padding: 11px; border-radius: 8px;
    font-size: 13px; font-weight: 700;
}
.msb-book {
    flex: 1.5; display: flex; align-items: center; justify-content: center; gap: 6px;
    background: var(--primary-blue); color: white; padding: 11px;
    border-radius: 8px; font-size: 13px; font-weight: 700;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
    .pkg-main-inner { grid-template-columns: 1fr 320px; }
}

@@media (max-width: 900px) {
    .pkg-main-inner { grid-template-columns: 1fr; }
    .pkg-left { order: 1; }
    .pkg-right { 
        position: static;
        top: auto;
        order: 2;
    }
    .booking-card { position: static; }
    .mobile-sticky-bar { display: flex; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .highlights-list { grid-template-columns: 1fr; }
    .inc-exc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .pkg-hero { height: 280px; margin: 10px 12px 0; border-radius: 16px; }
    .pkg-hero-content { padding: 20px 16px; }
    .pkg-hero-content h1 { font-size: 22px; margin-bottom: 6px; }
    .pkg-hero-meta { gap: 10px; margin-bottom: 10px; }
    .pkg-hero-meta span { font-size: 12px; }
    .quick-info-strip { gap: 6px; }
    .qi-item { font-size: 10px; padding: 4px 8px; }
    .breadcrumb-bar { padding: 8px 16px; font-size: 12px; }
    .sticky-tabs-inner { padding: 0 12px; }
    .stab { padding: 12px 14px; font-size: 13px; }
    .pkg-main { padding: 12px 12px 90px; }
    .pkg-main-inner { grid-template-columns: 1fr; gap: 16px; }
    .booking-card { border-radius: 12px; padding: 14px; }
    .bc-price { font-size: 20px; }
    .bc-book-btn, .bc-whatsapp-btn, .bc-call-btn { display: none; }
    .bc-download-btn { display: none; }
    .bc-trust { display: none; }
    .pd-section { padding: 16px; border-radius: 12px; }
    .pd-section-title { font-size: 18px; margin-bottom: 14px; }
    .itinerary-header { padding: 12px 14px; gap: 10px; }
    .itinerary-header h3 { font-size: 13px; }
    .itin-meals { display: none; }
    .itinerary-item.open .itinerary-body { padding: 12px 14px; }
    .inc-exc-grid { grid-template-columns: 1fr; gap: 12px; }
    .highlights-list { grid-template-columns: 1fr; gap: 8px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .reviews-summary { padding: 14px; gap: 14px; }
    .rs-big { font-size: 44px; }
    .related-section { padding: 24px 12px 50px; }
    .related-grid { grid-template-columns: 1fr; gap: 14px; }
    .mobile-sticky-bar { display: flex; padding: 8px 12px; gap: 8px; }
}

@media (max-width: 480px) {
    .pkg-hero { height: 240px; margin: 8px 8px 0; }
    .pkg-hero-content h1 { font-size: 19px; }
    .pkg-hero-badge { font-size: 10px; padding: 3px 10px; }
    .qi-item { font-size: 10px; padding: 4px 7px; }
    .quick-info-strip { gap: 4px; }
    .dur-btn, .stay-btn { font-size: 11px; padding: 5px 6px; }
    .bc-total { font-size: 15px; }
    .stab { padding: 10px 12px; font-size: 12px; }
}