.locations-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.location-card{border:1px solid var(--border);background:var(--card);border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #17332a0d}.location-map-frame{border-bottom:1px solid var(--border);background:var(--primary-soft);height:210px}.location-map-frame iframe{border:0;width:100%;height:100%}.location-area{background:var(--primary-soft);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.4rem;margin:22px 22px 0;padding:.45rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.location-card h3{color:var(--primary);margin-top:12px;padding-inline:22px;font-size:1.6rem}.location-card h3 a:hover{color:var(--accent)}.location-card p{min-height:118px;color:var(--muted);margin-top:7px;padding-inline:22px;font-size:.9rem;line-height:1.58}.location-phone-list{gap:.4rem;margin-top:10px;padding-inline:22px;display:grid}.location-phone{color:var(--primary);align-items:center;gap:.4rem;font-size:.92rem;font-weight:700;display:inline-flex}.location-actions{gap:10px;margin-top:20px;padding:0 22px 22px;display:grid}@media (max-width:1040px){.locations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.locations-grid{grid-template-columns:1fr}.location-map-frame{height:230px}.location-card p{min-height:0}}
