/* ============================================================
   Full-width override — hide sidebar on single listing
   ============================================================ */
.single-listing .single-inner-classic-container > .row > .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.single-listing .single-inner-classic-container > .row > .col-md-4 {
    display: none !important;
}

/* ============================================================
   Single Listing — 40/60 Detail Layout
   ============================================================ */
.bvc-detail {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
}

.bvc-detail__left {
    flex: 0 0 40%;
    max-width: 40%;
}

.bvc-detail__right {
    flex: 1;
    min-width: 0;
}

/* Photo */
.bvc-detail__image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bvc-detail__photo {
    width: 100%;
    height: auto;
    display: block;
}

/* Info table */
.bvc-detail__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
}

.bvc-detail__table th {
    text-align: left;
    vertical-align: top;
    padding: 10px 16px 10px 0;
    color: #888;
    font-weight: 500;
    width: 130px;
    white-space: nowrap;
    border-bottom: 1px solid #f0ede8;
}

.bvc-detail__table td {
    padding: 10px 0;
    color: #1A1A2E;
    font-weight: 600;
    border-bottom: 1px solid #f0ede8;
}

.bvc-detail__table tr:last-child th,
.bvc-detail__table tr:last-child td {
    border-bottom: none;
}

/* Price display */
.bvc-detail__price-value {
    font-size: 20px;
    font-weight: 800;
    color: #005A8C;
    display: block;
    margin-bottom: 4px;
}

.bvc-detail__price-includes-inline {
    display: inline;
}

.bvc-detail__incl {
    font-size: 12px;
    font-weight: 500;
}

.bvc-detail__incl--yes {
    color: #059669;
}

.bvc-detail__incl--no {
    color: #9CA3AF;
}

.bvc-detail__not-available {
    color: #9CA3AF;
    font-weight: 400;
    font-style: italic;
}

/* CTA */
.bvc-detail__cta {
    margin-top: 20px;
}

.bvc-btn {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bvc-btn--primary {
    background: #E88A20;
    color: #fff;
}

.bvc-btn--primary:hover {
    background: #C97210;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(232, 138, 32, 0.3);
}

/* ============================================================
   Coaches — inline pills with avatar initials
   ============================================================ */
.bvc-coaches {
    margin-top: 0;
}

.bvc-coaches__title {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bvc-coaches__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bvc-coaches__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px 5px 5px;
    background: #f5f2ed;
    border-radius: 100px;
    font-size: 13px;
}

.bvc-coaches__avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0077B6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bvc-coaches__avatar svg {
    display: block;
}

.bvc-coaches__name {
    font-weight: 600;
    color: #1A1A2E;
}

/* ============================================================
   Hide ListingPro native sections on single listing
   (we render photo + fields ourselves in bvc-detail)
   ============================================================ */

/* Gallery: disabled via plan settings (gallery_show=false) */
/* Content/description: cleared from listings (empty post_content) */

/* Native sidebar detail infos — already hidden by full-width override */
.single-listing .listing-detail-infos {
    display: none !important;
}

/* ============================================================
   Hide irrelevant business directory elements on cards
   ============================================================ */

/* Open/Closed status badge — camps don't have business hours */
.lp-grid6-status {
    display: none !important;
}

/* Menu / Direction / Call Now action bar — restaurant-specific */
.lp-new-grid-bottom-button {
    display: none !important;
}

/* Business logo — not applicable for camps */
.lp-listing-logo-outer {
    display: none !important;
}

/* ============================================================
   Hide irrelevant elements on single listing page
   ============================================================ */

/* Breadcrumbs — SEO handled via schema, not needed visually */
.single-listing .breadcrumbs,
.single-listing ul.breadcrumbs {
    display: none !important;
}

/* Hide Save/Share buttons */
.single-listing .post-stat,
.single-listing .post-meta-right-box {
    display: none !important;
}

/* Smaller title on single listing */
.single-listing .post-meta-left-box h1 {
    font-size: 26px !important;
    line-height: 1.25 !important;
}

/* Phone button on single listing */
.lp-listing-phone-btn {
    display: none !important;
}

/* Open/Closed indicator on single listing title bar */
.listing-open-close-time {
    display: none !important;
}

/* ============================================================
   Header — single-line layout + logo sizing
   ============================================================ */

/* Menu container: match homepage width (col-md-9) on all pages */
.header-right-panel .lp-menu-container {
    width: 75% !important;
    max-width: 75% !important;
}

/* Logo image size */
.lp-logo a {
    text-decoration: none !important;
}

.lp-logo img {
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
}

/* ============================================================
   Taxonomy description — move below listings, style as SEO block
   ============================================================ */
.post-with-map-container:has(.lp_term_archive_description) {
    display: flex;
    flex-direction: column;
}

.lp_term_archive_description {
    order: 10;
    background: #FDF8F0;
    padding: 24px 28px;
    border-radius: 12px;
    margin: 28px 15px 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.lp_term_archive_description p {
    margin: 0;
}

/* ============================================================
   Explore grid — 3 cards per row in half-map layout
   ============================================================ */
.post-with-map-container .lp-grid-box-contianer.grid_view2 {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
}

/* ============================================================
   Consistent card image aspect ratio
   ============================================================ */
.lp-grid-box-contianer .lp-grid-box .lp-grid-img img,
.lp-grid-box-contianer.grid_view2 .lp-grid-box .lp-grid-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/* ============================================================
   Hide generic "Listings" heading on explore/archive
   ============================================================ */
.lp-title h3.test,
.search-heading-area h3,
.lp-search-result-heading {
    display: none !important;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1200px) {
    .post-with-map-container .lp-grid-box-contianer.grid_view2 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 768px) {
    /* Homepage banner: override classic-banner-search-cats.css which sets
       top:74% + translateY(-150%) — on mobile the inner element is tall
       (~340px) so -150% = -510px, pushing content above viewport.
       Fix: switch to relative positioning so content flows naturally. */
    .lp-home-banner-contianer-inner,
    .lp-home-banner-contianer-inner.banner-view-top-classic {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        padding: 70px 15px 20px;
    }

    .lp-home-banner-contianer-inner h1 {
        font-size: 24px;
        line-height: 1.25;
    }

    .lp-home-banner-contianer-inner p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* Hamburger menu (mmenu) logo: constrain size */
    .mm-menu .userimage img {
        max-width: 180px !important;
        height: auto !important;
        display: block;
        margin: 8px auto;
    }

    /* Inner pages banner: clear sticky header */
    .page-heading .container {
        padding-top: 70px;
    }

    .page-heading h1,
    .page-heading .lp-search-top-heading {
        font-size: 28px;
        line-height: 1.25;
    }

    /* Filter button: bigger touch target, brand color */
    .lp-filter-btn,
    .lp-mobile-filter-btn,
    .see-on-map-filter-btn {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 100px;
        min-height: 44px;
    }

    /* Card images: slightly smaller on tablet */
    .lp-grid-box-contianer .lp-grid-box .lp-grid-img img,
    .lp-grid-box-contianer.grid_view2 .lp-grid-box .lp-grid-img img {
        height: 180px;
    }
}

@media (max-width: 640px) {
    .post-with-map-container .lp-grid-box-contianer.grid_view2 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Single listing: stack columns on mobile */
    .bvc-detail {
        flex-direction: column;
    }

    .bvc-detail__left {
        flex: none;
        max-width: 100%;
    }

    .bvc-detail__right {
        flex: none;
    }

    .bvc-detail__table th {
        width: 110px;
    }

    /* Smaller title on mobile */
    .single-listing .post-meta-left-box h1 {
        font-size: 20px !important;
    }

    /* CTA button: full-width on mobile */
    .bvc-btn {
        display: block;
        width: 100%;
        padding: 14px 24px;
        text-align: center;
        font-size: 15px;
        min-height: 44px;
        line-height: 1.2;
    }

    /* Breadcrumbs: horizontal scroll instead of wrapping */
    .lp-breadcrumbs,
    .breadcrumb,
    .lp-listing-top-menu .breadcrumb {
        font-size: 11px;
        padding: 8px 12px;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Taxonomy description: tighter on mobile */
    .lp_term_archive_description {
        padding: 16px 18px;
        margin: 20px 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    /* Logo: prevent clipping on small screens */
    .lp-logo img {
        max-height: 32px !important;
        max-width: 180px !important;
    }

    /* Footer social icons: fix 2-row wrapping */
    .lp-footer-social ul,
    footer .social-icons {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .lp-footer-social ul li {
        margin: 0 !important;
    }
}

/* ============================================================
   Homepage Hero (banner.php override)
   ============================================================ */
.bvc-hero {
    background: #005A8C;
    position: relative;
    overflow: hidden;
    padding: 80px 24px 100px;
    text-align: center;
}

.bvc-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232,138,32,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.bvc-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0,119,182,0.2) 0%, transparent 70%);
    pointer-events: none;
}

.bvc-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.bvc-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.bvc-hero__subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
    font-weight: 400;
}

.bvc-hero__cta {
    margin-top: 8px;
}

.bvc-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 32px;
    background: #E88A20;
    color: #fff;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bvc-hero__btn:hover {
    background: #C97210;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(232, 138, 32, 0.35);
}

/* Hero destination pills */
.bvc-hero-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}

.bvc-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 100px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bvc-hero-pill:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.35);
    transform: translateY(-2px);
    color: #fff;
}

.bvc-hero-pill__count {
    background: rgba(255,255,255,0.25);
    color: #fff;
    padding: 2px 9px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .bvc-hero {
        padding: 56px 24px 72px;
    }

    .bvc-hero__title {
        font-size: 32px;
    }

    .bvc-hero__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .bvc-hero-pills {
        gap: 6px;
    }

    .bvc-hero-pill {
        padding: 8px 14px;
        font-size: 13px;
    }
}

/* ============================================================
   Homepage Camp Cards (bvc_camp_grid shortcode)
   ============================================================ */
.bvc-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.bvc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
    display: block;
}

.bvc-card:hover {
    box-shadow: 0 12px 48px rgba(0,0,0,0.12);
    transform: translateY(-6px);
    color: inherit;
}

/* Card image */
.bvc-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.bvc-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bvc-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 50%, #f59e0b 100%);
}

.bvc-card__badge {
    position: absolute;
    bottom: 10px;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.bvc-card__badge--left {
    left: 10px;
}

.bvc-card__badge--right {
    right: 10px;
}

/* Card body */
.bvc-card__body {
    padding: 18px 20px 20px;
}

.bvc-card__name {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #18192C;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bvc-card__dates {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #5A5A72;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Pills */
.bvc-card__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.bvc-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.bvc-pill--urgent {
    background: #E88A20;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bvc-pill--orange {
    background: #FCEBD4;
    color: #C97210;
}

.bvc-pill--blue {
    background: #E0F2FE;
    color: #0077B6;
}

/* Pricing box */
.bvc-card__pricing {
    margin-top: 12px;
    padding: 10px 12px;
    background: #F7F7F8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bvc-card__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.bvc-card__price-label {
    color: #5A5A72;
    font-family: 'DM Sans', sans-serif;
}

.bvc-card__price-value {
    font-weight: 700;
    color: #18192C;
    font-family: 'Outfit', sans-serif;
}

.bvc-card__price-main {
    font-size: 16px;
    color: #005A8C;
}

.bvc-incl {
    font-size: 9px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: 'DM Sans', sans-serif;
    vertical-align: middle;
    margin-left: 2px;
}

.bvc-incl--accom {
    background: #E0F2FE;
    color: #0077B6;
}

.bvc-incl--meals {
    background: #D1FAE5;
    color: #059669;
}

.bvc-card__price-divider {
    height: 1px;
    background: #E8E8EC;
    margin: 2px 0;
}

/* Not available price */
.bvc-card__price-na {
    font-size: 12px;
    color: #9C9CAF;
    font-weight: 400;
}

/* Organizer — now displayed as badge on image, CSS above */

/* Responsive */
@media (max-width: 1024px) {
    .bvc-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bvc-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ============================================================
   Title Bar — /camps/ page heading
   ============================================================ */
.bvc-title-bar {
    background: #fff;
    padding: 28px 24px 20px;
    border-bottom: 1px solid #E8E8EC;
}

.bvc-title-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.bvc-title-bar h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #18192C;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.bvc-title-bar__count {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #9C9CAF;
    white-space: nowrap;
}

/* ============================================================
   Filter Bar — sticky below header
   ============================================================ */
.bvc-filter-bar {
    position: relative;
    background: #fff;
    padding: 14px 24px;
    border-bottom: 1px solid #E8E8EC;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.bvc-filter-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* Primary filters — always visible */
.bvc-filter-bar__primary {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* More filters — visible on desktop, togglable on mobile */
.bvc-filter-bar__more {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* "More Filters" button — hidden on desktop */
.bvc-filter-more-btn {
    display: none;
}

.bvc-filter-bar__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* Filter select — pill-shaped dropdown */
.bvc-filter-select {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #18192C;
    background: #fff;
    border: 1.5px solid #E8E8EC;
    border-radius: 100px;
    padding: 9px 36px 9px 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239C9CAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.bvc-filter-select:hover {
    border-color: #E88A20;
    background-color: #FCEBD4;
}

.bvc-filter-select:focus {
    outline: none;
    border-color: #E88A20;
    box-shadow: 0 0 0 3px rgba(232,138,32,0.15);
}

/* Filter toggle — checkbox label */
.bvc-filter-toggle {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #18192C;
    background: #fff;
    border: 1.5px solid #E8E8EC;
    border-radius: 100px;
    padding: 9px 18px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.bvc-filter-toggle:hover {
    border-color: #E88A20;
    background-color: #FCEBD4;
}

.bvc-filter-toggle:has(input:checked) {
    border-color: #E88A20;
    background-color: #FCEBD4;
    color: #C97210;
}

.bvc-filter-toggle input[type="checkbox"] {
    display: none;
}

/* Clear filters link */
.bvc-filter-clear {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #9C9CAF;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.bvc-filter-clear:hover {
    color: #E88A20;
}

/* Sort select */
.bvc-sort-select {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #5A5A72;
    background-color: #F7F7F8;
    border: 1.5px solid #E8E8EC;
    border-radius: 10px;
    padding: 9px 36px 9px 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235A5A72' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    white-space: nowrap;
    transition: border-color 0.2s;
}

.bvc-sort-select:hover {
    border-color: #9C9CAF;
}

.bvc-sort-select:focus {
    outline: none;
    border-color: #0077B6;
    box-shadow: 0 0 0 3px rgba(0,119,182,0.12);
}

/* Camps section wrapper */
.bvc-camps-section {
    padding: 32px 24px 80px;
    background: #FDF8F0;
}

.bvc-camps-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* No results */
.bvc-no-results {
    text-align: center;
    padding: 60px 24px;
}

.bvc-no-results p {
    font-size: 16px;
    color: #5A5A72;
    margin-bottom: 16px;
}

/* Filter bar responsive */
@media (max-width: 768px) {
    .bvc-title-bar {
        padding: 20px 16px 16px;
    }

    .bvc-title-bar__inner {
        flex-direction: column;
        gap: 4px;
    }

    .bvc-title-bar h1 {
        font-size: 24px;
    }

    .bvc-filter-bar {
        padding: 12px 16px;
    }

    .bvc-filter-bar__inner {
        flex-direction: column;
        gap: 10px;
    }

    /* Primary: Location + More Filters button */
    .bvc-filter-bar__primary {
        width: 100%;
        display: flex;
        gap: 8px;
    }

    .bvc-filter-bar__primary .bvc-filter-select {
        flex: 1;
        min-width: 0;
    }

    .bvc-filter-bar__primary .bvc-filter-select {
        width: 100%;
        min-width: 0;
    }

    /* "More Filters" button — own row on mobile */
    .bvc-filter-more-btn {
        display: inline-flex;
        align-items: center;
        align-self: flex-start;
        gap: 6px;
        padding: 7px 14px;
        background: #F7F7F8;
        border: 1.5px solid #E8E8EC;
        border-radius: 100px;
        font-family: 'DM Sans', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #5A5A72;
        cursor: pointer;
        white-space: nowrap;
        transition: border-color 0.2s, background-color 0.2s;
    }

    .bvc-filter-more-btn:hover,
    .bvc-filter-more-btn.has-active {
        border-color: #E88A20;
        background-color: #FCEBD4;
        color: #C97210;
    }

    .bvc-filter-more-chevron {
        font-size: 10px;
        transition: transform 0.2s;
    }

    .bvc-filter-bar.more-open .bvc-filter-more-chevron {
        transform: rotate(180deg);
    }

    /* More filters: hidden by default on mobile */
    .bvc-filter-bar__more {
        display: none;
        width: 100%;
        gap: 8px;
        padding-top: 10px;
        border-top: 1px solid #E8E8EC;
    }

    .bvc-filter-bar.more-open .bvc-filter-bar__more,
    .bvc-filter-bar__more.force-open {
        display: flex;
        flex-wrap: wrap;
    }

    .bvc-filter-bar__more .bvc-filter-select,
    .bvc-filter-bar__more .bvc-filter-toggle {
        flex: 1 1 auto;
        min-width: 0;
    }

    /* Actions: full width row */
    .bvc-filter-bar__actions {
        width: 100%;
        justify-content: space-between;
        padding-top: 8px;
        border-top: 1px solid #E8E8EC;
    }

    .bvc-camps-section {
        padding: 24px 16px 60px;
    }
}

/* ============================================================
   Blog — hide meta (category, author, comments)
   ============================================================ */
.lp-blog-grid-author {
    display: none !important;
}

/* ============================================================
   Elementor buttons — inherit color from parent (ListingPro
   dynamic-css.css overrides span color globally)
   ============================================================ */
.elementor-button .elementor-button-content-wrapper,
.elementor-button .elementor-button-text {
    color: inherit !important;
}

/* ============================================================
   Blog single post
   ============================================================ */

/* Screen-reader only (breadcrumbs for SEO) */
.bvc-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Post title */
.bvc-post-title {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #18192C;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1.25;
}

/* Hide Post Views Counter output */
.post-views-counter,
.pvc-post-counter {
    display: none !important;
}

/* Wider content, narrower sidebar */
.blog-single-inner-container.right_sidebar2 > .col-md-8 {
    width: 72% !important;
    flex: 0 0 72% !important;
    max-width: 72% !important;
}

.blog-single-inner-container.right_sidebar2 > .col-md-4 {
    width: 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
}

@media (max-width: 991px) {
    .blog-single-inner-container.right_sidebar2 > .col-md-8,
    .blog-single-inner-container.right_sidebar2 > .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .bvc-post-title {
        font-size: 26px;
    }
}

