.tc-branches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.tc-branch {
    border-radius: 10px;
    background: #fff;
    color: #101114;
    padding: 28px;
}

.tc-branch__name {
    margin: 0 0 8px;
    color: #e3262e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tc-branch__address {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
}

.tc-branch__directions,
.tc-branch__maps {
    margin: 12px 0 0;
}

.tc-branch__maps a {
    font-weight: 700;
}

.tc-branches--compact {
    display: block;
}

.tc-branches--compact .tc-branch {
    padding: 0;
    margin: 0 0 14px;
    background: transparent;
    color: inherit;
}

.tc-branches--compact .tc-branch__address {
    font-size: 13px;
    font-weight: 600;
}

.tc-branches--compact .tc-branch__maps {
    margin-top: 3px;
    font-size: 12px;
}

.tc-branches--compact a {
    color: inherit;
}
