/* Service Areas V5 — Split layout: big two-tone heading (left) + dark location-list card (right) */
.svc-areas.v5 {

    --svc-v5-teal: #26A18D;

    .bg img {
        opacity: 1;
        object-fit: cover !important;
    }

    /* ── Left intro heading ─────────────────────────────────────────────── */

    .svc-areas-v5-ttl {
        text-transform: uppercase;
        line-height: 1;
    }

    /* Accent word drops to its own line and picks up the brand teal */
    .svc-areas-v5-ttl em {
        display: block;
        font-style: normal;
        color: var(--svc-v5-teal);
    }

    /* ── Dark location card ─────────────────────────────────────────────── */

    .svc-areas-v5-card {
        --bdr-rds-crd: 1.78rem;
    }

   .svc-areas-v5-itm{
    margin-bottom: 1rem !important;
   }

    .svc-areas-v5-itm-bd {
        line-height: 1.4;
    }

    .svc-areas-v5-name {
        display: block;
    }

    .svc-areas-v5-meta {
        margin-top: 0.22rem;
        margin-bottom: 0.22rem;
        opacity: 0.85;
    }

    /* Teal icon — colors both currentColor (default snippet) and hardcoded-fill SVGs */
    .svc-areas-v5-icn {
        color: var(--svc-v5-teal);
        line-height: 1;
    }

    .svc-areas-v5-icn svg {
        width: 2rem;
        height: 2rem;
    }

    .svc-areas-v5-icn svg [fill]:not([fill="none"]) {
        fill: var(--svc-v5-teal);
    }

    /* Location map image — fills its column */
    .svc-areas-v5-map {
        display: block;
    }

    .svc-areas-v5-map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Desktop card padding */
    @media screen and (min-width: 1280px) {
        .svc-areas-v5-card > .pd_v.pd_h {
            padding: 2.5rem;
        }
    }
}
