#top-strapline { background-color: #0066A6; color: #FFF; padding: 15px 0 10px 0 }
#top-strapline h3 { font-size: 24px; font-weight: 600; margin: 0; padding-bottom: 15px; text-transform: uppercase }
#top-strapline h1 { font-size: 32px; line-height: 1.2em; text-align: center; font-weight: bold; }
#top-strapline p { font-size: 20px; font-weight: 300; margin: 0 }
#top-strapline p a { color: #FFF; font-weight: 700 }
@media (max-width: 1199px) {
    #top-strapline h3 { font-size: 20px }
    #top-strapline p { font-size: 16px }
}
@media (max-width: 575px) {
    #top-strapline { margin-top: 30px }
    #top-strapline h3 { font-size: 18px }
    #top-strapline p { font-size: 14px }
}

#page-content #page-image-2026 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
@media (max-width: 1199px) {
    #page-content #page-image-2026 {
        height: 400px;
    }
}
@media (max-width: 575px) {
    #page-content #page-image-2026 {
        height: 300px;
    }
}

.basic-section-intro-text { font-size: 20px; padding-bottom: 20px;  }
.basic-section-intro-text a { color: #000; font-weight: bold; }
.basic-section-intro-text a:hover { text-decoration: underline!important;  }


.container { max-width: 1240px;}

/* ----------------------------------------
   SECTION
---------------------------------------- */
.ways-to-stay {
    padding: 5rem 0 4rem 0;
    background: #fff1c9;
}

.ways-to-stay.blue-background {
    background: #e7f5ff;
}
.ways-to-stay.green-background,
.green-background {
    background: #eaf3dd;
}

.blue-background {
    background: #e7f5ff;
}
.yellow-background {
    background: #fff1c9;
}

/* ----------------------------------------
   STRUCTURE
---------------------------------------- */
.ways-carousel-wrapper {
    position: relative;
    overflow: visible; /* arrow can escape */
}

.ways-carousel-viewport {
    overflow: hidden; /* clips moving cards */
}

/* ----------------------------------------
   MOVING TRACK
---------------------------------------- */
.ways-carousel {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1rem;
    will-change: transform;
}

/* ----------------------------------------
   CARDS
---------------------------------------- */
.ways-card {
    flex: 0 0 360px;
    background: #b68600;
    border-radius: 16px;
    overflow: hidden;

    color: #fff;
    text-decoration: none;

    opacity: 1;
    transition: opacity 0.3s ease;
}

.ways-card:hover {
    color: #fff;
    text-decoration: none;
}

/* faded “peek” card */
.ways-card.is-peek {
    opacity: 0.3;
}

.ways-card-image {
    width: 100%;
    overflow: hidden;
}

/* ========================================
   Facilities Opening Times (2026)
   ======================================== */
#facilities-timetable { padding: 10px 0 20px; }

.opening-times-wrap { overflow-x: auto; }

.opening-times {
    width: 100%;
    border-collapse: collapse; /* ensure single grid lines (no doubled borders) */
    border-spacing: 0;
    font-size: 16px;
    border: 2px solid #b68600; /* thicker outer border */
}

.opening-times thead th {
    position: sticky; /* sticky header */
    top: 0; /* leaves space for site header when it sticks; tweak if needed */
    z-index: 3;
    /* Solid separator line between header and body */
    border-bottom: 1px solid #b68600!important;
    background-color: white;
}

/* If the global header is not sticky, reduce top offset on small screens */
@media (max-width: 991.98px) {
    .opening-times thead th { top: 0; }
}

.opening-times th,
.opening-times td { 
    border: 1px solid #b68600; /* single inner grid line */
    padding: 15px 15px;
    vertical-align: middle;
    text-align: center;
}
.opening-times thead th.col-facilities { text-align: left; min-width: 220px; }
.opening-times tbody th[scope="row"] { text-align: left; font-weight: 600; }

/* Column header colours */
.opening-times .period-winter { color: #0066A6; }
.opening-times .period-shoulder { color: #2b6cb0; }
.opening-times .period-main { color: #e79400; }
.opening-times .period-peak { color: #3e8e00; }

/* Icons and states */
.opening-times .icon i { font-size: 1.2rem; }
.opening-times .icon.yes i { color: #0066A6; } /* blue tick */
.opening-times .icon.no i { color: #5ba041; }   /* green cross as per artwork */
.opening-times .icon.maybe i { color: #5ba041; }
.opening-times .icon.note { color: #1d4ed8; font-weight: 600; }

/* Row group divider (thin line like artwork breaks) */
.opening-times .section-split td { padding: 0; border: 0; height: 8px; }
.opening-times .section-split td:after {
    content: "";
    display: block;
    height: 2px;
    background: #c8b177;
}

.opening-note { margin-top: 12px; font-size: 14px; color: #1d4b70; }

/* a11y helper (local variant) */
.sr-only { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.ways-card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.ways-card:hover .ways-card-image img {
    transform: scale(1.1);
}

.ways-card-body {
    padding: 1.5rem;
}

.ways-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.ways-card p {
    font-size: 0.95rem;

}

.ways-card .learn-more {
    color: #fff1c9;
    text-decoration: none;
    font-weight: 500;
}

/* ----------------------------------------
   NAVIGATION BUTTON
---------------------------------------- */
.ways-next {
    position: absolute;
    right: -24px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 10!important;

    background: #b68600;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    padding-bottom: 3px; /* ← THIS is the fix */
}



@media (max-width: 767px) {
    .ways-next {
        display: none;
    }
}
.ways-static-grid {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ways-static-grid .ways-card {
    flex: 1;
    background: #537229;
}

.ways-static-grid .ways-card .ways-card-body {
    background-color: #537229;
}

@media (max-width: 991px) {
    .ways-static-grid .ways-card {
        flex: 0 1 calc(50% - 1.5rem);
    }
}

@media (max-width: 767px) {
    .ways-static-grid .ways-card {
        flex: 0 1 100%;
    }
    #carousel-home {
        display: block;
    }
}

#home-testimonials { background-color: #fff; color: #002e50; margin: 0; padding: 40px 0; }

/* Prevent testimonial carousel from jumping height and implement cross-fade */
#testimonialCarousel .carousel-inner {
    display: grid;
}
#testimonialCarousel .carousel-item {
    grid-area: 1 / 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    
    /* Fade transition */
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    
    /* Disable Bootstrap's default slide transform */
    left: 0 !important;
    transform: none !important;
}

#testimonialCarousel .carousel-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
}

/* Ensure next/prev items are visible during transition but stay in place for cross-fade */
#testimonialCarousel .carousel-item-next,
#testimonialCarousel .carousel-item-prev,
#testimonialCarousel .carousel-item-next.carousel-item-left,
#testimonialCarousel .carousel-item-prev.carousel-item-right {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

#testimonialCarousel .active.carousel-item-left,
#testimonialCarousel .active.carousel-item-right {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0s 0.6s;
}

#home-testimonials small {
    text-transform: uppercase;
    font-style: normal;
    color: #0066A6;
    font-size: 16px!important;
}

@media (max-width: 767px) {
    #home-testimonials { padding: 10px 0; }
    #home-testimonials {
        font-size: 20px;
        margin: 20px 0;
    }
}

#home-strapline-h2 h2 { margin: 50px 0 20px 0; font-style: italic; text-align: center; font-size: 2.3rem; color: #0066A6; font-weight: 400; }
#home-strapline-h2 { padding: 0 15px; }

@media (max-width: 767px) {
    #home-strapline-h2 h2 {
        margin: 5px 0 0 0;
    }
}

#home-welcome-text { color: #002e50; padding: 20px 15px 30px 15px; }
@media (max-width: 767px) {
    #home-welcome-text { padding: 20px 15px; }
}
#home-welcome-text p { font-size: 20px; padding-bottom: 16px; margin-bottom: 0; line-height: 1.7em; }
    #home-welcome-text p.larger-text { font-size: 24px; }

#read-more-toggle-wrapper {
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

@media (max-width: 767px) {
    #read-more-toggle-wrapper {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }
    #read-more-toggle-wrapper.is-visible {
        max-height: 1000px; /* arbitrary large value */
        opacity: 1;
        margin-top: 16px;
    }
    #read-more-toggle {
        display: inline-block;
        color: #0066A6;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    #read-more-toggle {
        display: none;
    }
}

    #home-video { margin: 50px 0 50px 0; }

#home-strapline-2 { text-align: center; padding-top: 60px; }
#home-strapline-2 h2 { font-style: italic; font-weight: bold; font-size: 2.2rem; }
#home-facilities {
    padding: 3rem 0;
}

#home-facilities { text-align: center; }
#home-facilities h2 { font-style: italic; font-weight: bold; font-size: 2.2rem; padding-bottom: 20px; }

#home-facilities .facilities-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

#home-facilities .facilities-item:hover {
    text-decoration: none;
}

#home-facilities .facilities-image {
    width: 100%;
    overflow: hidden;
}

#home-facilities .facilities-image img {
    width: 100%;
    aspect-ratio: 2.5 / 2 !important;
    object-fit: cover;
    display: block;
    height: auto;
    transition: transform 0.5s ease;
}

#home-facilities .facilities-item:hover .facilities-image img {
    transform: scale(1.1);
}

#home-facilities .facilities-title {
    background: #002e50;
    color: #fff;
    padding: 1.25rem 1rem;
    text-align: center;
    font-weight: 500;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}



#other-accommodation {
    padding: 3rem 0;
}

#other-accommodation { text-align: center; }
#other-accommodation h2 { font-style: italic; font-weight: bold; font-size: 2.2rem; padding-bottom: 0; }

#other-accommodation .accommodation-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

#other-accommodation .accommodation-item:hover {
    text-decoration: none;
}

#other-accommodation .accommodation-image {
    width: 100%;
    overflow: hidden;
}

#other-accommodation .accommodation-image img {
    width: 100%;
    aspect-ratio: 2.5 / 2 !important;
    object-fit: cover;
    display: block;
    height: auto;
    transition: transform 0.5s ease;
}

#other-accommodation .accommodation-item:hover .accommodation-image img {
    transform: scale(1.1);
}

#other-accommodation .accommodation-title {
    background: #002e50;
    color: #fff;
    padding: 1.25rem 1rem;
    text-align: center;
    font-weight: 500;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.dark-brown-bg { background: #b68600!important; }

@media (max-width: 767px) {
    #other-accommodation .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    #other-accommodation [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px !important;
    }
    #other-accommodation .facilities-title {
        padding: 1.0rem 1rem;
        font-size: 1.0rem;
    }

    #other-accommodation { padding-top: 30px; }
    #other-accommodation h2 { font-size: 1.6rem; }

}









#touring-camping-pitch-types {
    padding: 3rem 0;
}

#touring-camping-pitch-types { text-align: center; }
#touring-camping-pitch-types h2 { font-style: italic; font-weight: bold; font-size: 2.2rem; padding-bottom: 0; margin-bottom: 20px; }

#touring-camping-pitch-types .accommodation-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

#touring-camping-pitch-types .accommodation-item:hover {
    text-decoration: none;
}

#touring-camping-pitch-types .accommodation-image {
    width: 100%;
    overflow: hidden;
}

#touring-camping-pitch-types .accommodation-image img {
    width: 100%;
    aspect-ratio: 2.5 / 2 !important;
    object-fit: cover;
    display: block;
    height: auto;
    transition: transform 0.5s ease;
}

#touring-camping-pitch-types .accommodation-item:hover .accommodation-image img {
    transform: scale(1.1);
}

#touring-camping-pitch-types .accommodation-title {
    background: #002e50;
    color: #fff;
    padding: 1.25rem 1rem;
    text-align: center;
    font-weight: 500;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.dark-brown-bg { background: #b68600!important; }

@media (max-width: 767px) {
    #touring-camping-pitch-types .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    #touring-camping-pitch-types [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px !important;
    }
    #touring-camping-pitch-types .facilities-title {
        padding: 1.0rem 1rem;
        font-size: 1.0rem;
    }

    #touring-camping-pitch-types { padding-top: 30px; }
    #touring-camping-pitch-types h2 { font-size: 1.6rem; }

}







#pitch-locations {
    padding: 3rem 0;
}

#pitch-locations h2 {
    font-style: italic;
    font-weight: bold;
    font-size: 2.2rem;
    padding-bottom: 0;
    margin-bottom: 20px;
}




.footer-social-media-links { text-align: center; padding-top: 10px; }
.footer-social-media-links a { color: #002e50; font-size: 36px; padding-right: 10px; }

@media (max-width: 767px) {
    #home-facilities .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    #home-facilities [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px !important;
    }
    #home-facilities .facilities-title {
        padding: 1.0rem 1rem;
        font-size: 1.0rem;
    }

    #home-strapline-2 { padding-top: 30px; }
    #home-strapline-2 h2 { font-size: 1.6rem; }
    #home-facilities { padding-top: 30px; }
    #home-facilities h2 { font-size: 1.6rem; }
    #home-strapline-h2 { padding-top: 30px; }
    #home-strapline-h2 h2 { font-size: 2rem; }
}

.footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}

.footer-buttons .btn {
    width: 100%;
    white-space: normal;
    padding: 12px 15px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    display: block;
}

.footer-buttons .btn-manage-booking {
    background-color: #b68600;
    color: #fff !important;
}

.footer-buttons .btn-subscribe {
    background-color: #537229;
    color: #fff !important;
}

.footer-buttons .btn-gift-vouchers {
    background-color: #002e50;
    color: #fff !important;
}

header #header-logo img {
    height: 110px;
    margin-top: 3px;
}
header #navbar-header .navbar-nav {
    /*margin-top: 20px;*/
}
header .navbar {
    padding: 0 0 5px 0;
}

/* -----------------------------
   Global overflow safeguard
------------------------------ */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Ensure the carousel next button does not create horizontal overflow */
.ways-next {
    right: 0; /* avoid pushing outside the viewport */
}

@media (max-width: 767.98px) {
    /* Extra safety on small screens */
    .ways-next {
        right: 0;
    }
}

/* =====================================================
   CampManager Booking Bar
   Flex-based, Dynamic, Sticky (Yeatheridge-style)
===================================================== */

/* ================================
   Section wrapper
================================ */
#site-manager-check-strip {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0;
}

/* ================================
   OUTER BAR
   - Full width background
   - Handles sticky positioning
================================ */
.cm-booking-bar {
    background: #0066A6;
    position: relative;
    width: 100%;
    z-index: 19;
}

/* Sticky state */
.cm-booking-bar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/* Disable sticky on small screens */
@media (max-width: 767px) {
    .cm-booking-bar.is-sticky {
        position: static;
    }
}

/* ================================
   INNER WRAPPER
   - Centres content
   - Controls max width
================================ */
.cm-booking-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 20px;
    box-sizing: border-box;
}

/* ================================
   CampManager base reset
================================ */
.cm-booking-bar .campmanager-search-widget {
    padding: 0;
}

/* Force widget to fill available width */
#search-22192,
#search-22192 form {
    width: 100%;
}

/* ================================
   FLEX LAYOUT (Yeatheridge approach)
================================ */

/* Widget row becomes flex */
#search-22192 .widget-container {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

/* Each field grows/shrinks dynamically */
#search-22192 .widget-col {
    flex: 1 1 0;
    min-width: 0; /* CRITICAL for dynamic fields */
}

/* Field internals fill column */
#search-22192 .widget-col > * {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    align-items: center;
}

/* ================================
   FIELD NORMALISATION
================================ */
#search-22192 select,
#search-22192 input,
#search-22192 .widget-date,
#search-22192 .widget-guests {
    height: 56px;
    padding: 12px 14px;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
}

/* ================================
   BUTTON
   - Fixed-ish but flexible
================================ */
#search-22192 button[type="submit"] {
    flex: 0 1 220px;     /* Allows shrink when extra fields appear */
    min-width: 180px;
    height: 56px;

    background: #121A4D;
    color: #ffffff;
    border: 0;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

/* Hover */
#search-22192 button[type="submit"]:hover {
    background: #002e50;
}
/* ================================
   Fix Accommodation dropdown
================================ */

/* Accommodation column uses label + select stack */
#search-22192 .widget-col select {
    align-self: center;
}

/* Normalise label spacing */
#search-22192 .widget-col label {
    margin: 0 0 4px 0;
    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
}

/* Ensure select stays vertically centred */
#search-22192 .widget-col select {
    height: 56px;
    padding: 12px 14px;
    line-height: 1.2;
}

/* Stop label affecting column height */
#search-22192 .widget-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ================================
   Fix Accommodation label vertical position
================================ */

/* Do NOT vertically centre label+select stacks */
#search-22192 .widget-col {
    justify-content: flex-start;
}

/* Tighten label positioning */
#search-22192 .widget-col label {
    margin: 0 0 6px 0;
    font-size: 12px;
    line-height: 1.1;
    color: #5f6f7a;
}

/* Ensure select aligns visually with other fields */
#search-22192 .widget-col select {
    height: 56px;
    padding: 12px 14px;
    margin: 0;
}

/* =====================================================
   FINAL FIX — Accommodation field alignment
   (Overrides CampManager internal positioning)
===================================================== */

/* Target Accommodation field only */
#search-22192 .widget-col:has(select) {
    position: relative;
}

/* Force label into floating position */
#search-22192 .widget-col:has(select) label {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
    pointer-events: none;
    margin: 0;
}

/* Push select text down so it doesn't clash with label */
#search-22192 .widget-col:has(select) select {
    padding-top: 26px;
    height: 56px;
    line-height: 1.2;
}

/* =====================================================
   FORCE Accommodation label into correct position
   (Overrides CampManager internal CSS)
===================================================== */

/* Target ONLY the Accommodation field label */
#search-22192 label[for^="Accommodation"],
#search-22192 .widget-accommodation label {
    position: absolute !important;
    top: 8px !important;
    left: 14px !important;
    transform: none !important;

    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
    pointer-events: none;
    margin: 0;
}

/* Ensure select text clears the label */
#search-22192 .widget-accommodation select,
#search-22192 select[name*="Accommodation"] {
    padding-top: 26px !important;
    height: 56px;
}

/* =====================================================
   FINAL Accommodation Field Fix
   (CampManager-specific, Yeatheridge-style)
===================================================== */

/* Target Accommodation field container */
#search-22192 .widget-accommodation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 56px;
}

/* Accommodation label (top line) */
#search-22192 .widget-accommodation .label {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 4px 0;
    color: #5f6f7a;
}

/* Accommodation value (Please select) */
#search-22192 .widget-accommodation .value {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}

/* Prevent CampManager vertical centring hacks */
#search-22192 .widget-accommodation * {
    transform: none !important;
    top: auto !important;
}
/* =====================================================
   FINAL FIX — Accommodation field (Yeatheridge method)
===================================================== */

/* Hide the Accommodation label entirely */
#search-22192 .widget-accommodation .label {
    display: none !important;
}

/* Normalise the value text */
#search-22192 .widget-accommodation .value {
    font-size: 15px;
    line-height: 56px;   /* Vertically centres text */
    margin: 0;
    padding: 0 14px;
    height: 56px;
}

/* Ensure container height matches others */
#search-22192 .widget-accommodation {
    height: 56px;
    display: flex;
    align-items: center;
}
/* =====================================================
   DEFINITIVE FIX — Accommodation vertical alignment
===================================================== */

/* Target ONLY the first widget column (Accommodation) */
#search-22192 .widget-col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 56px;
}

/* Kill CampManager inline positioning on ALL text nodes */
#search-22192 .widget-col:first-child * {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    line-height: 1.1 !important;
}

/* Make both lines behave as a single stacked label */
#search-22192 .widget-col:first-child span,
#search-22192 .widget-col:first-child div {
    margin: 0 !important;
    padding: 0 !important;
}

/* Reduce label size */
#search-22192 .widget-col:first-child span:first-child,
#search-22192 .widget-col:first-child div:first-child {
    font-size: 12px;
    margin-bottom: 4px !important;
    color: #5f6f7a;
}

/* Main value line */
#search-22192 .widget-col:first-child span:last-child,
#search-22192 .widget-col:first-child div:last-child {
    font-size: 15px;
}

/* =====================================================
   FINAL Accommodation fix (Yeatheridge approach)
===================================================== */

/* Hide the Accommodation label completely */
#search-22192 .widget-col:first-child > *:not(select):not(.value) {
    display: none !important;
}

/* Normalise select appearance */
#search-22192 .widget-col:first-child select {
    height: 56px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 56px;
}

/* =====================================================
   Restore Accommodation label (CSS-only, stable)
===================================================== */

/* Create a visual label above the Accommodation select */
#search-22192 .widget-col:first-child {
    position: relative;
    padding-top: 16px; /* space for label */
}

/* Inject label text */
#search-22192 .widget-col:first-child::before {
    content: "Accommodation";
    position: absolute;
    top: 4px;
    left: 14px;
    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
    pointer-events: none;
}

/* Ensure select aligns correctly */
#search-22192 .widget-col:first-child select {
    height: 56px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 56px;
}

/* =====================================================
   Accommodation field – make it match Arrival/Departure
===================================================== */

/* Accommodation column */
#search-22192 .widget-col:first-child {
    position: relative;
}

/* Hide ALL native Accommodation labels */
#search-22192 .widget-col:first-child label,
#search-22192 .widget-col:first-child .label {
    display: none !important;
}

/* Style the select like a floating-label field */
#search-22192 .widget-col:first-child select {
    height: 56px;
    padding: 22px 14px 8px 14px; /* space for label */
    font-size: 15px;
    line-height: 1.2;
}

/* Inject label INSIDE the white box (like Arrival) */
#search-22192 .widget-col:first-child::before {
    content: "Accommodation";
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
    pointer-events: none;
}

/* =====================================================
   Accommodation field – FINAL correct alignment
===================================================== */

/* Ensure column is normal flow */
#search-22192 .widget-col:first-child {
    position: static;
}

/* Hide CampManager's native label */
#search-22192 .widget-col:first-child label {
    display: none !important;
}

/* Wrap select positioning */
#search-22192 .widget-col:first-child select {
    position: relative;
    height: 56px;
    padding: 24px 14px 8px 14px; /* space for label INSIDE */
    font-size: 15px;
    line-height: 1.2;
}

/* Inject label INSIDE the white field */
#search-22192 .widget-col:first-child select::before {
    content: "Accommodation";
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 12px;
    color: #5f6f7a;
    pointer-events: none;
}

/* =====================================================
   Accommodation field – final stable alignment
===================================================== */

/* Ensure predictable sizing */
#search-22192 .widget-col:first-child {
    position: relative;
    display: flex;
    align-items: center;
}

/* Hide CampManager's native label */
#search-22192 .widget-col:first-child > label {
    display: none !important;
}

/* Normalise select to match other fields */
#search-22192 .widget-col:first-child select {
    height: 56px;
    padding: 18px 14px 6px 14px; /* space for label */
    font-size: 15px;
    line-height: 1.2;
    width: 100%;
}

/* Inject label INSIDE the white field */
#search-22192 .widget-col:first-child::before {
    content: "Accommodation";
    position: absolute;
    top: 7px;
    left: 14px;
    font-size: 12px;
    line-height: 1;
    color: #5f6f7a;
    pointer-events: none;
    z-index: 2;
}

/* =====================================================
   FINAL Accommodation height lock
===================================================== */

#search-22192 .widget-col:first-child {
    height: 56px;
}

#search-22192 .widget-col:first-child select {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;

    padding-top: 22px !important;  /* space for label */
    padding-bottom: 6px !important;

    line-height: 1.2 !important;
    box-sizing: border-box;
}

/* Ensure arrow does not increase height */
#search-22192 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* =====================================================
   FINAL vertical alignment tweak – Accommodation
===================================================== */

#search-22192 .widget-col:first-child select {
    padding-top: 15px !important;  /* was 22px */
    padding-bottom: 8px !important;
}

/* Lift the Accommodation label slightly */
#search-22192 .widget-col:first-child select::before {
    top: 6px !important;  /* was 8px */
}


/* =====================================================
   FINAL MICRO-ALIGNMENT — Accommodation ONLY
===================================================== */

/* Lift the Accommodation FIELD up */
#search-22192 .widget-col:first-child select {
    transform: translateY(-10px);
}

/* Lower the Accommodation LABEL inside the field */
#search-22192 .widget-col:first-child::before {
    top: 15px; /* was ~7px, pushes label DOWN */
}

/* =========================================
   Lift Accommodation field to match others
========================================= */

#search-22192 .widget-col:first-child {
    transform: translateY(-8px);
}

/* =====================================================
   Fix dynamic Caravan length field height
===================================================== */

/* Target any dynamically injected numeric field */
#search-22192 input[type="number"] {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;

    padding: 12px 14px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;

    box-sizing: border-box !important;

    display: flex;
    align-items: center;
}


/* =====================================================
   Caravan Length overlay label fix – CampManager widget
   - Keeps user input visible; moves overlay up ~20px
   - Works if overlay is a <label>, or a .placeholder/.label span/div
   - Scoped to the number field container only
===================================================== */

/* 1) Establish positioning context on the number field’s column */
#search-22192 .widget-col:has(input[type="number"]) {
    position: relative;
}

/* 2) Ensure the user’s typed text sits above any overlay */
#search-22192 .widget-col:has(input[type="number"]) input[type="number"] {
    position: relative;
    z-index: 2;
}

/* 3) Target common overlay elements (label/placeholder) */
#search-22192 .widget-col:has(input[type="number"]) label,
#search-22192 .widget-col:has(input[type="number"]) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]) [class*="placeholder" i] {
    position: absolute;         /* overlay implementations usually are absolute */
    left: 14px;                 /* align with input padding */
    z-index: 3;                 /* sit ABOVE input text so it remains visible when moved up */
    pointer-events: none;       /* never block typing/clicks */
    transition: transform .15s ease, opacity .15s ease, top .15s ease;
}

/* 4) Move overlay up when user focuses/types */
#search-22192 .widget-col:has(input[type="number"]:focus-within) label,
#search-22192 .widget-col:has(input[type="number"]:focus-within) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]:focus-within) [class*="placeholder" i] {
    top: 6px !important;             /* park the title near the top edge */
    transform: none !important;      /* cancel any centering transforms from widget */
    left: 14px !important;           /* align to input padding */
    right: auto !important;          /* clear any centering from the widget */
    text-align: left !important;     /* prevent centred text */
    width: auto;                     /* avoid full-width centring */
    opacity: 1 !important;           /* keep it visible */
    font-size: 12px;                 /* compact label size like other titles */
    line-height: 1;
}

/* 5) Also hide/move overlay when the field has a value (modern browsers) */
#search-22192 .widget-col:has(input[type="number"][value]:not([value=""])) label,
#search-22192 .widget-col:has(input[type="number"][value]:not([value=""])) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"][value]:not([value=""])) [class*="placeholder" i] {
    top: 6px !important;             /* keep title up once a value exists */
    transform: none !important;
    left: 14px !important;           /* align to input padding */
    right: auto !important;          /* clear any 50%/translateX(-50%) patterns */
    text-align: left !important;
    width: auto;
    opacity: 1 !important;           /* explicitly visible */
}

/* 6) Fallback for engines without :has() — rely on :focus-within at column level */
#search-22192 .widget-col:focus-within label,
#search-22192 .widget-col:focus-within [class*="label" i],
#search-22192 .widget-col:focus-within [class*="placeholder" i] {
    top: 12px !important;
    transform: none !important;
    left: 14px !important;
    right: auto !important;
    text-align: left !important;
    width: auto;
    opacity: 1 !important;
}

/* =====================================================
   QUICK RESOLUTION: Hide overlay title while typing
   - Per request: make the caravan length title disappear
     when user focuses/types in the number field
   - Uses focus-within (broad support) and :has() (modern)
   - Keeps scope limited to CampManager search #search-22192
===================================================== */

/* Hide any overlay label/placeholder when the number field is focused */
#search-22192 .widget-col:focus-within label,
#search-22192 .widget-col:focus-within [class*="label" i],
#search-22192 .widget-col:focus-within [class*="placeholder" i] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Modern enhancement: also hide when the number input has some content */
#search-22192 .widget-col:has(input[type="number"]:focus) label,
#search-22192 .widget-col:has(input[type="number"]:focus) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]:focus) [class*="placeholder" i] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Keep the title hidden when the number field HAS a value (persists after blur) */
#search-22192 .widget-col.cm-has-value label,
#search-22192 .widget-col.cm-has-value [class*="label" i],
#search-22192 .widget-col.cm-has-value [class*="placeholder" i] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Progressive enhancement for modern browsers that update :has() live */
#search-22192 .widget-col:has(input[type="number"]) label,
#search-22192 .widget-col:has(input[type="number"]) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]) [class*="placeholder" i] {
    /* default covered above; this block exists for grouping */
}
#search-22192 .widget-col:has(input[type="number"]:user-valid) label,
#search-22192 .widget-col:has(input[type="number"]:user-valid) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]:user-valid) [class*="placeholder" i] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Optional: if the overlay uses top/left instead of transforms, nudge with top */
/* Uncomment if needed after inspecting computed styles */
/*
#search-22192 .widget-col:has(input[type="number"]) label,
#search-22192 .widget-col:has(input[type="number"]) [class*="label" i],
#search-22192 .widget-col:has(input[type="number"]) [class*="placeholder" i] {
  top: calc(50% - 20px) !important;
  transform: none !important;
}
*/

/* =====================================================
   Mobile stacking — CampManager widget
===================================================== */

@media (max-width: 768px) {

    /* Stack fields vertically */
    #search-22192 .widget-container {
        flex-direction: column !important;
        gap: 10px;
    }

    /* Each field becomes full width */
    #search-22192 .widget-col {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    /* Button spans full width */
    #search-22192 button[type="submit"] {
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Undo desktop Accommodation lift */
    #search-22192 .widget-col:first-child {
        margin-top: 0 !important;
    }
    /* Lower Accommodation label slightly on mobile */
    #search-22192 .widget-col:first-child::before {
        top: 25px !important;   /* increase = moves label down */
    }

}
footer {
    margin-top: 0;
}
footer #footer-top #footer-contact {
    margin-bottom: 25px;
    text-align: center;
}
footer #footer-middle {
    background-color: #b68600;
    color: #000;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
footer #footer-top {
    background-color: #FFF;
    border-top: 8px solid #b68600;
}
#home-welcome-text a { color: #000; font-weight: bold; }
#home-welcome-text a:hover { text-decoration: underline!important; }

#seasonal-pitches-availability { margin: 50px 0; font-size: 18px; padding: 0 15px; }
#seasonal-pitches-availability h2 { font-style: italic; font-weight: 700; color: #002e50; text-align: left; font-size: 2.2rem; margin-bottom: 30px; }
#seasonal-pitches-availability a { font-weight: bold; color: #0066A6; }

.green-link { color: #8cbf45!important; }

#lodge-faqs { margin: 50px 0; padding: 0 15px; }
#lodge-faqs h2 { font-style: italic; font-weight: 700; color: #002e50; text-align: left; font-size: 2.2rem; margin-bottom: 30px;  }
#glamping-pods-extras h2 { font-style: italic; font-weight: 700; color: #002e50; text-align: left; font-size: 2.2rem; margin-bottom: 30px;  }

/* Ownership enquiry block (Generic) */
#ownership-enquiry {
    background: #0066A6; /* harmonious green to match site palette */
    color: #fff;
    border-radius: 10px;
    padding: 40px 28px;
    margin: 30px 0 10px;
}
#ownership-enquiry h3 {
    font-weight: 900;
    text-align: center;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 10px;
}
#ownership-enquiry p.lead {
    text-align: center;
    color: #f3f3f3;
    margin-bottom: 30px;
    font-weight: 400;
}
#ownership-enquiry .form-control,
#ownership-enquiry .custom-select {
    border-radius: 8px;
    border: 0;
    padding: 16px 14px;
    height: auto;
    box-shadow: none;
}
#ownership-enquiry .form-group { margin-bottom: 15px; }
#ownership-enquiry .submit-bar {
    background: #002e50; /* dark bar */
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    margin-top: 10px;
}
#ownership-enquiry .submit-bar .btn {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .2px;
    background: transparent;
    border: none;
    padding: 0;
}
#ownership-enquiry .submit-bar .btn:focus { outline: none; box-shadow: none; }
#ownership-enquiry label.sr-only { position: absolute; left: -10000px; }
@media (max-width: 575.98px) {
    #ownership-enquiry h3 { font-size: 28px; }
}

/* Glamping Pod Box Styles */
#glamping-pods-wrapper {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    #glamping-pods-wrapper {
        padding: 0;
    }
}

.glamping-pod-box {
    background-color: #537229;
    color: #002e50;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.glamping-pod-box .pod-content {
    padding: 40px;
}

.glamping-pod-box .pod-content h3 {
    font-size: 48px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.glamping-pod-box .pod-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff!important;
}

.glamping-pod-box .pod-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff!important;
}

.glamping-pod-box .pod-carousel-container {
    height: 100%;
}

.glamping-pod-box .carousel,
.glamping-pod-box .carousel-inner,
.glamping-pod-box .carousel-item,
.glamping-pod-box .carousel-item img {
    height: 100%;
}

.glamping-pod-box .carousel-item img {
    object-fit: cover;
}

.glamping-pod-box .carousel-control-prev,
.glamping-pod-box .carousel-control-next {
    width: 10%;
    opacity: 1;
}

.glamping-pod-box .carousel-control-prev i,
.glamping-pod-box .carousel-control-next i {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media (max-width: 991px) {
    .glamping-pod-box .pod-content {
        padding: 30px;
    }
    .glamping-pod-box .pod-content h3 {
        font-size: 36px;
    }
    .glamping-pod-box .pod-content h4 {
        font-size: 24px;
    }
    .glamping-pod-box .pod-carousel-container {
        aspect-ratio: 16 / 9;
    }
}

/* Glamping Pod Extras Carousel Styles */
#glamping-pods-extras {
    padding-bottom: 30px;
}

.extra-item {
    background-color: #fff1c9; /* Light cream background from image */
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.extra-image img {
    width: 100%;
    height: auto;
    display: block;
}

.extra-title {
    padding: 20px 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px; /* Force same height */
}

.extra-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #b68600; /* Darker gold/brown for title */
    margin: 0;
    line-height: 1.2;
}




@media (max-width: 991px) {
    .extra-title h3 {
        font-size: 20px;
    }
}
#award-logos {
    background-color: #fff;
    padding: 40px 0;
}

.award-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.award-logos-row img {
    height: auto;
    max-width: 100%;
}

/*.award-logos-row.top-100 img {
    height: auto;
    max-width: 50%;
}*/

.award-logos-row img[src*="T100-Main-logo-2026.png"] {
    width: 100px;
}

.award-logos-row img[src*="bellamy-conservation-gold-award-2026.png"] {
    width: 75px;
}

.award-logos-row img[src*="premier-site-2026.png"] {
    width: 100px;
}

.award-logos-row img[src*="travellers-choice-2026.png"] {
    width: 90px;
}

.award-logos-row img[src*="biosphere.png"] {
    width: 90px;
}

.award-logos-row img[src*="pitch-up-award-2026.jpg"] {
    width: 90px;
}

@media (max-width: 767px) {
    #award-logos {
        padding: 20px 0;
    }
    .award-logos-row {
        gap: 20px;
    }
    .award-logos-row img[src*="T100-Main-logo-2026.png"] {
        width: 80px;
    }
    .award-logos-row img[src*="bellamy-conservation-gold-award-2026.png"] {
        width: 55px;
    }
    .award-logos-row img[src*="premier-site-2026.png"] {
        width: 80px;
    }
    .award-logos-row img[src*="travellers-choice-2026.png"] {
        width: 70px;
    }
    .award-logos-row img[src*="biosphere.png"] {
        width: 70px;
    }
    .award-logos-row img[src*="pitch-up-award-2026.jpg"] {
        width: 70px;
    }
}

/*
.guests-popup {
    background: #ffffff !important;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
    padding: 14px;
    border: 1px solid #e6e6e6;
}*/
.guests-col { background: #ffffff !important; }
.guests-button { background: #ffffff !important; }

@media (max-width: 767px) {
    #cm-booking-spacer {
        display: none !important;
    }
}


#page-content #page-image-2026 {
    display: block;
    width: 100%;
    height: auto; /* Allow image to be naturally responsive */
}

#page-content #page-image-2026 img {
    width: 100%;
    height: auto;
    display: block;
}

/* If you want to maintain the specific heights used previously: */
@media (min-width: 1200px) {
    #page-content #page-image-2026 img {
        height: 600px;
        object-fit: cover;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    #page-content #page-image-2026 img {
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    #page-content #page-image-2026 img {
        height: 300px;
        object-fit: cover;
    }
}


 .photo-text-section {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 60px;
     padding: 40px 0;
 }
.photo-column {
    flex: 1.1;
    min-width: 300px;
    position: relative;
}
.text-column {
    flex: 1;
    min-width: 300px;
    color: #003a60;
}
.text-column p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.photo-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.photo-container img {
    width: 100%;
    display: block;
}
.photo-caption {
    color: #fff;
    padding: 20px 20px!important;
    font-size: 34px!important;
    font-weight: 700!important;
    font-style: italic;
    text-align: center;
    margin-bottom: 0!important;
}
.photo-caption.green { background-color: #4c6b31; }
.photo-caption.blue { background-color: #002e50; }
.photo-caption.brown { background-color: #b68600; }


@media (max-width: 991px) {
    .photo-text-section {
        gap: 30px;
    }
}

/* ----------------------------------------
   OTHER ACCOMMODATION (five cards in a row on XL)
---------------------------------------- */
@media (min-width: 1200px) {
    #other-accommodation .row.five-cols > [class*="col-"] {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    .photo-text-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .photo-column, .text-column {
        width: 100%;
        flex: none;
    }
    .photo-caption {
        font-size: 24px!important;
        padding: 15px;
    }
}

#cycling-badge-strip { margin: 40px 0;  font-size: 28px; font-weight: 600; }
.cycling-badge img { max-height: 300px!important; margin-bottom: 30px; }

#arriving-on-foot-strip { margin: 40px 0; }
#arriving-on-foot-strip h2 { font-size: 38px; font-weight: 700; margin-bottom: 10px!important; }
#arriving-on-foot-strip p { font-size: 22px; font-weight: 400; color: #005c9f }
#arriving-on-foot-strip a { color: #000000; font-weight: 700; }
.arriving-on-foot-icon img { width: 200px!important; margin-bottom: 10px; }

@media (max-width: 767px) {
    #cycling-badge-strip { font-size: 24px; }
    #arriving-on-foot-strip { font-size: 22px; }
}

/* ========================================
   Pitch Locations – four cards (2026)
   ======================================== */
#pitch-locations .locations-row > [class*="col-"] { display: flex; }

#pitch-locations .location-card {
    background: #dfe9c8; /* soft green backdrop */
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

#pitch-locations .location-card-header {
    background: #537229; /* dark green */
    color: #ffffff;
    text-align: center;
    padding: 10px 16px;
}
#pitch-locations .location-card-header h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    font-style: italic;
    font-weight: 800;
}

#pitch-locations .location-card-media img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

#pitch-locations .location-card-body {
    background: #537229; /* dark green panel under image */
    color: #eef5dd;      /* light text for contrast */
    padding: 16px 18px 18px;
    font-size: 18px;
    line-height: 1.45;
    flex: 1 1 auto; /* make all cards equal height per row */
}

#pitch-locations .location-card-body a { color: #ffd2b3; font-weight: 700; }
#pitch-locations .location-card-body a:hover { text-decoration: underline; }

@media (min-width: 992px) {
    #pitch-locations .location-card-media img { height: 260px; }
}

@media (max-width: 575.98px) {
    #pitch-locations .location-card-header h3 { font-size: 22px; }
    #pitch-locations .location-card-media img { height: 200px; }
}

/* ========================================
   Touring & Camping (2026) – Pitch Type Cards
   ======================================== */
#touring-camping-pitch-types { padding: 40px 0 20px; margin-bottom: 40px; }
#touring-camping-pitch-types .pitch-type-card {
    background: #002e50; /* solid blue area for text */
    color: #fff;
    border-radius: 12px;
    overflow: hidden; /* ensures the top image is edge-to-edge */
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    height: 100%; /* fill equal-height columns */
}

#touring-camping-pitch-types .pitch-card-image img {
    display: block;
    width: 100%;
    height: 220px;            /* consistent visual height for images */
    object-fit: cover;        /* crop to fill without distortion */
}

@media (min-width: 1200px) {
    #touring-camping-pitch-types .pitch-card-image img { height: 260px; }
}
@media (max-width: 575.98px) {
    #touring-camping-pitch-types .pitch-card-image img { height: 200px; }
}

#touring-camping-pitch-types .pitch-card-body {
    padding: 22px 20px 24px;
    display: flex;
    flex: 1 1 auto;           /* make text area grow to equalize heights */
    flex-direction: column;
}

#touring-camping-pitch-types .pitch-card-body h3 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #fbb900;
}

#touring-camping-pitch-types .pitch-card-body p {
     font-size: 18px;
     line-height: 1.45;
     margin: 0;
     text-align: left;
 }

#touring-camping-pitch-types .pitch-card-body ul {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
    text-align: left;
}

/* Equal height across columns: parent columns are flex, card fills height */
#touring-camping-pitch-types .row > [class*="col-"] { align-items: stretch; }

/* Footer social icons: lock to brand color and avoid page overrides */
footer .footer-social-media-links a,
footer .footer-social-media-links a i { color: #002e50 !important; }

footer .footer-social-media-links a:hover,
footer .footer-social-media-links a:hover i { color: #00406e !important; }