body.category-location {
    --color-accent: #059669;
}

@media (max-width: 767px) {
    body.category-location .wp-content {
        padding-bottom: 2.5rem;
    }

    body.category-location .wp-hero {
        margin-bottom: 1.5rem;
    }

    body.category-location .wp-content > h1:first-child {
        font-size: clamp(1.45rem, 5vw, 2rem);
        line-height: 1.25;
    }

    body.category-location .wp-content p {
        font-size: 0.9375rem;
    }
}
