/* ============================================================
   BLOCK: location-phone-band
   All selectors scoped under .location-phone-band-block
   ============================================================ */

.location-phone-band-block.phone-band {
    background: var(--copper);
    padding: 36px 0;
    text-align: center;
}

.location-phone-band-block .inn {
    text-align: center;
}

.location-phone-band-block .phone-band__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 10px;
}

.location-phone-band-block .phone-band__number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    letter-spacing: .06em;
    color: #fff;
    line-height: 1;
}

.location-phone-band-block .phone-band__number a {
    color: inherit;
    text-decoration: none;
}

.location-phone-band-block .phone-band__sub {
    font-family: 'Inter', sans-serif;
    font-size: .88rem;
    color: rgba(255, 255, 255, .75);
    margin-top: 8px;
}
