.Locations_section__QwXdk{width:100%;padding:3rem 1rem}.Locations_container__TtwHZ{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.Locations_heading__jwM27{text-align:center;color:var(--primary,#1e7e34);font-size:clamp(1.8rem,4vw,2.5rem);margin:0 0 .5rem}.Locations_description__SX5dJ{text-align:center;color:#4a4a4a;max-width:640px;margin:0 auto 2rem;line-height:1.6}.Locations_locationsGrid__d2hNB{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem;width:100%}.Locations_locationCard__tYMUC{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;background-color:#ffffff;border:1px solid #e6e6e6;border-radius:12px;padding:1.25rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.Locations_locationCard__tYMUC:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.12);border-color:var(--primary,#1e7e34)}.Locations_locationName__94adb{margin:0 0 .25rem;font-size:1.15rem;color:#1a1a1a}.Locations_locationProvince__6zGHU{margin:0 0 1rem;font-size:.9rem;color:#6b6b6b}.Locations_viewButton__KJV_6{margin-top:auto;font-size:.85rem;font-weight:600;color:#ffffff;background-color:var(--primary,#1e7e34);padding:.45rem 1.1rem;border-radius:999px;transition:background-color .2s ease}.Locations_locationCard__tYMUC:hover .Locations_viewButton__KJV_6{background-color:var(--primary-dark,#166e2a)}@media (max-width:480px){.Locations_section__QwXdk{padding:2rem .75rem}.Locations_locationsGrid__d2hNB{grid-template-columns:repeat(2,1fr);gap:.75rem}.Locations_locationCard__tYMUC{padding:1rem .5rem}.Locations_locationName__94adb{font-size:1rem}}@media (min-width:481px) and (max-width:768px){.Locations_locationsGrid__d2hNB{grid-template-columns:repeat(3,1fr)}}