/* Location directory uses the shared Contact page visual language. */
.locationsSection { padding: 44px 0; }
.locationsPage .locationsIntro { color: #52636a; margin-bottom: 28px; }
.locationsGrid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.locationsCard { background: #fff; border: 1px solid #d7e1dc; border-top: 4px solid #2f6f73; border-radius: 8px; display: flex; flex-direction: column; min-width: 0; padding: 28px; }
.locationsCard address { font-size: 16px; font-style: normal; line-height: 1.75; margin: 0 0 28px; }
.locationsCard .contactButton { margin-top: auto; }
.locationsSchool { background: #e4ece8; padding: 40px 0; }
.locationsSchool .contactSchoolNote { max-width: 880px; }
.locationsPage .contactSchoolNote p, .locationsPage .contactSchoolNote a { font-size: 16px; }
.locationsIntake { align-items: center; background: #fff; border: 1px solid #d7e1dc; border-radius: 8px; display: grid; gap: 32px; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); padding: 32px; }
.locationsIntake > * { min-width: 0; }
.locationsIntake a { overflow-wrap: anywhere; }
.locationsIntake p:last-child { margin-bottom: 0; }
.locationsActions { display: grid; gap: 12px; }
#office-information { scroll-margin-top: 24px; }
@media (max-width: 991px) {
    .locationsGrid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 767px) {
    .locationsIntake { grid-template-columns: minmax(0, 1fr); padding: 24px; }
    .locationsSection, .locationsSchool { padding: 32px 0; }
    .locationsCard { padding: 24px; }
}
