/* MRHG Locations Index styles */
.mrhg-loc-grid{display:grid;gap:24px}
.mrhg-loc-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.mrhg-loc-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.mrhg-loc-grid.cols-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:1024px){.mrhg-loc-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.mrhg-loc-grid{grid-template-columns:1fr}}

.mrhg-loc-group h3{margin:.2rem 0 .4rem;font-size:1.1rem}
.mrhg-loc-group .chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}
.mrhg-loc-group .chips li a{display:inline-block;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;text-decoration:none;color:#0f172a}
.mrhg-loc-group .chips li a:hover{border-color:#d62828;color:#d62828}

.mrhg-loc-list{list-style:disc;margin-left:1.25rem}
.mrhg-loc-list li{margin:.25rem 0}
