.LocationsPage_page__MGSyj .locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.LocationsPage_page__MGSyj .location-card{background:#fff;border:1.5px solid var(--mid-grey);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.LocationsPage_page__MGSyj .location-map{height:210px;background:linear-gradient(135deg,#edf7ee,#d6f1db);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.LocationsPage_page__MGSyj .map-placeholder-text{font-size:13px;color:var(--text-mid);font-weight:600}.LocationsPage_page__MGSyj .location-body{padding:20px}.LocationsPage_page__MGSyj .location-name{font-family:var(--font-display);font-size:23px;font-weight:800;margin-bottom:12px}.LocationsPage_page__MGSyj .location-detail{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;color:var(--text-mid);line-height:1.6}.LocationsPage_page__MGSyj .loc-icon{width:20px;flex-shrink:0}.LocationsPage_page__MGSyj .location-hours{margin-top:14px;background:#fafafa;border:1px solid var(--mid-grey);border-radius:var(--radius-md);padding:12px 14px}.LocationsPage_page__MGSyj .loc-h-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:6px 0;border-bottom:1px dashed var(--mid-grey)}.LocationsPage_page__MGSyj .loc-h-row:last-child{border-bottom:none}.LocationsPage_page__MGSyj .loc-h-open{font-weight:700;color:var(--green-dark)}.LocationsPage_page__MGSyj .location-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}@media (max-width:1024px){.LocationsPage_page__MGSyj .locations-grid{grid-template-columns:1fr}}@media (max-width:768px){.LocationsPage_page__MGSyj .loc-h-row{flex-direction:column;gap:2px}.LocationsPage_page__MGSyj .location-actions .btn{width:100%;justify-content:center}}