/* /schools/assets/css/school-view.css */
:root {
    --school-ink: #14213a;
    --school-deep: #0f192b;
    --school-blue: #315ba8;
    --school-blue-deep: #284d91;
    --school-muted: #687488;
    --school-line: #dfe5ee;
    --school-soft: #f5f7fb;
    --school-white: #fff;
    --school-korean: #2f6fa7;
    --school-math: #5766b8;
    --school-english: #7b5cb8;
    --school-shadow: 0 20px 60px rgba(20,33,58,.08);
}

.schools-page-body,
.school-profile-body {
    background: #fff;
    color: var(--school-ink);
}

.schools-page,
.school-profile-page,
.schools-local-nav-wrap {
    width: min(1240px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

/* Local navigation */
.schools-local-nav-wrap {
    margin-top: 18px;
}

.schools-local-nav {
    display: flex;
    justify-content: flex-end;
    min-height: 46px;
    border-bottom: 1px solid var(--school-line);
}

.schools-local-nav a {
    position: relative;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #7b8596;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.schools-local-nav a.active {
    color: var(--school-ink);
    font-weight: 900;
}

.schools-local-nav a.active::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: -1px;
    left: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--school-blue);
}

/* Index */
.schools-page {
    padding: 18px 0 82px;
}

.schools-hero {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
    gap: 42px;
    align-items: center;
    min-height: 500px;
    padding: 56px;
    border: 1px solid #e4e9f1;
    border-radius: 30px;
    background: linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);
    box-shadow: var(--school-shadow);
}

.schools-kicker,
.schools-search__head span,
.schools-section-head span,
.schools-data-guide span {
    display: inline-block;
    color: var(--school-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.schools-hero h1 {
    margin: 16px 0 18px;
    color: var(--school-ink);
    font-size: clamp(40px,5vw,60px);
    line-height: 1.08;
    letter-spacing: -.055em;
}

.schools-hero h1 em {
    color: var(--school-blue);
    font-style: normal;
}

.schools-hero p {
    margin: 0;
    color: var(--school-muted);
    font-size: 15px;
    line-height: 1.8;
}

.schools-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.schools-hero__metric {
    min-width: 112px;
    padding: 14px 15px;
    border: 1px solid var(--school-line);
    border-radius: 15px;
    background: #fff;
}

.schools-hero__metric strong,
.schools-hero__metric span {
    display: block;
}

.schools-hero__metric strong {
    color: var(--school-ink);
    font-size: 18px;
}

.schools-hero__metric span {
    margin-top: 4px;
    color: #8a94a4;
    font-size: 10px;
    font-weight: 800;
}

.schools-data-preview {
    padding: 26px;
    border-radius: 24px;
    background: var(--school-deep);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15,25,43,.16);
}

.schools-data-preview__head span {
    color: #9fb4d6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.schools-data-preview__head strong {
    display: block;
    margin-top: 8px;
    font-size: 25px;
}

.schools-data-preview__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-top: 22px;
}

.schools-data-preview__grid article {
    min-height: 122px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
}

.schools-data-preview__grid span {
    color: #9fb4d6;
    font-size: 10px;
    font-weight: 900;
}

.schools-data-preview__grid strong,
.schools-data-preview__grid small {
    display: block;
}

.schools-data-preview__grid strong {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
}

.schools-data-preview__grid small {
    margin-top: 5px;
    color: #bdc8d8;
    font-size: 10px;
    line-height: 1.5;
}

.schools-search {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid var(--school-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20,33,58,.05);
}

.schools-search__head {
    margin-bottom: 22px;
}

.schools-search__head h2,
.schools-section-head h2,
.schools-head h2,
.schools-data-guide h2 {
    margin: 8px 0 0;
    color: var(--school-ink);
    font-size: 27px;
    letter-spacing: -.04em;
}

.schools-search__head p,
.schools-section-head p,
.schools-head p,
.schools-data-guide p {
    margin: 7px 0 0;
    color: var(--school-muted);
    font-size: 13px;
    line-height: 1.7;
}

.schools-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(3,1fr);
    gap: 12px;
}

.schools-grid.sub {
    grid-template-columns: repeat(3,1fr);
    margin-top: 12px;
}

.schools-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--school-ink);
    font-size: 12px;
    font-weight: 850;
}

.schools-field input,
.schools-field select {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 1px solid var(--school-line);
    border-radius: 12px;
    background: #fff;
    color: var(--school-ink);
}

.schools-field input:focus,
.schools-field select:focus {
    outline: none;
    border-color: var(--school-blue);
    box-shadow: 0 0 0 4px rgba(49,91,168,.1);
}

.schools-field select:disabled {
    background: #f1f3f6;
    color: #98a2b3;
}

.schools-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.schools-btn {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.schools-btn.primary {
    background: var(--school-blue);
    color: #fff;
}

.schools-btn.light {
    border-color: var(--school-line);
    background: #fff;
    color: var(--school-ink);
}

.schools-popular-regions {
    margin-top: 54px;
}

.schools-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 16px;
}

.schools-region-links {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.schools-region-links a {
    padding: 22px;
    border: 1px solid var(--school-line);
    border-radius: 20px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(20,33,58,.04);
}

.schools-region-links span,
.schools-region-links strong,
.schools-region-links small {
    display: block;
}

.schools-region-links span {
    color: #8a94a4;
    font-size: 10px;
    font-weight: 900;
}

.schools-region-links strong {
    margin-top: 9px;
    color: var(--school-ink);
    font-size: 21px;
}

.schools-region-links small {
    margin-top: 18px;
    color: var(--school-blue);
    font-size: 11px;
    font-weight: 900;
}

.schools-result {
    margin-top: 54px;
}

.schools-head {
    margin-bottom: 16px;
}

.count {
    color: var(--school-blue);
    font-weight: 900;
}

.schools-list,
.schools-card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.school-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--school-line);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20,33,58,.045);
}

.school-card h3 {
    margin: 0 0 10px;
    color: var(--school-ink);
    font-size: 21px;
    letter-spacing: -.04em;
}

.school-meta {
    color: var(--school-muted);
    font-size: 12px;
    line-height: 1.7;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.badge {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: #f1f3f6;
    color: #64748b;
    font-size: 10px;
    font-weight: 850;
}

.badge.green,
.badge.blue {
    background: #eef3fb;
    color: var(--school-blue);
}

.side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
}

.date {
    color: #98a2b3;
    font-size: 10px;
}

.summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 54px;
}

.panel {
    padding: 24px;
    border: 1px solid var(--school-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20,33,58,.045);
}

.panel h2 {
    margin: 0 0 16px;
    color: var(--school-ink);
    font-size: 19px;
}

.rank-list {
    display: grid;
    gap: 9px;
}

.rank-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
}

.rank-no {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--school-deep);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.rank-main strong,
.rank-main span {
    display: block;
}

.rank-main strong {
    color: var(--school-ink);
    font-size: 13px;
}

.rank-main span {
    margin-top: 3px;
    color: var(--school-muted);
    font-size: 10px;
}

.empty {
    padding: 42px 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 20px;
    background: #f8fafc;
    color: var(--school-muted);
    text-align: center;
}

.schools-data-guide {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 54px;
    padding: 34px;
    border-radius: 24px;
    background: var(--school-deep);
    color: #fff;
}

.schools-data-guide h2 {
    color: #fff;
}

.schools-data-guide p {
    max-width: 760px;
    color: #bdc8d8;
}

/* Detail page */
.school-profile-page {
    padding: 18px 0 82px;
}

.school-profile-hero {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
    gap: 42px;
    align-items: center;
    padding: 52px;
    border: 1px solid #e4e9f1;
    border-radius: 30px;
    background: linear-gradient(135deg,#f8fafc,#eef2f7);
    box-shadow: var(--school-shadow);
}

.school-profile-eyebrow,
.school-profile-section__kicker,
.school-profile-unlock__copy span {
    color: var(--school-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.school-profile-hero__identity {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.school-profile-hero__mark {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: var(--school-deep);
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.school-profile-hero h1 {
    margin: 0;
    color: var(--school-ink);
    font-size: clamp(40px,5vw,58px);
    line-height: 1.08;
    letter-spacing: -.055em;
}

.school-profile-hero__location {
    margin: 6px 0 0;
    color: var(--school-muted);
    font-size: 13px;
}

.school-profile-hero__lead {
    margin: 22px 0 0;
    color: var(--school-muted);
    font-size: 15px;
    line-height: 1.8;
}

.school-profile-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.school-profile-hero__badges span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid var(--school-line);
    border-radius: 999px;
    background: #fff;
    color: #59667b;
    font-size: 11px;
    font-weight: 850;
}

.school-profile-hero__actions {
    margin-top: 26px;
}

.school-profile-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.school-profile-btn--primary {
    background: var(--school-blue);
    color: #fff;
}

.school-profile-btn--dark {
    background: #fff;
    color: var(--school-deep);
}

.school-profile-subject-overview {
    padding: 26px;
    border-radius: 24px;
    background: var(--school-deep);
    color: #fff;
}

.school-profile-subject-overview__head span {
    color: #9fb4d6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.school-profile-subject-overview__head strong {
    display: block;
    margin-top: 7px;
    font-size: 23px;
}

.school-profile-subject-overview__grid {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}

.school-profile-subject-overview__grid article {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 4px 10px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}

.school-profile-subject-overview__grid article span {
    grid-row: 1 / 3;
    color: #9fb4d6;
    font-size: 10px;
    font-weight: 900;
}

.school-profile-subject-overview__grid article strong {
    color: #fff;
    font-size: 14px;
}

.school-profile-subject-overview__grid article small {
    color: #bdc8d8;
    font-size: 10px;
}

.school-profile-subject-overview__status {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 11px;
}

.school-profile-facts {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 10px;
    margin-top: 18px;
}

.school-profile-fact {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--school-line);
    border-radius: 17px;
    background: #fff;
}

.school-profile-fact__icon {
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 0 8px;
    border-radius: 10px;
    background: #eef3fb;
    color: var(--school-blue);
    font-size: 12px;
    font-weight: 900;
}

.school-profile-fact small,
.school-profile-fact strong {
    display: block;
}

.school-profile-fact small {
    color: #8a94a4;
    font-size: 10px;
}

.school-profile-fact strong {
    margin-top: 5px;
    overflow: hidden;
    color: var(--school-ink);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school-profile-section {
    margin-top: 18px;
    padding: 30px;
    border: 1px solid var(--school-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20,33,58,.045);
}

.school-profile-section__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.school-profile-section__head h2 {
    margin: 7px 0 6px;
    color: var(--school-ink);
    font-size: 27px;
    letter-spacing: -.04em;
}

.school-profile-section__head p {
    margin: 0;
    color: var(--school-muted);
    font-size: 13px;
    line-height: 1.7;
}

.school-profile-section__mark,
.school-profile-section__count,
.school-profile-access {
    flex: 0 0 auto;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef3fb;
    color: var(--school-blue);
    font-size: 10px;
    font-weight: 900;
}

.school-profile-copy {
    color: #475569;
    font-size: 14px;
    line-height: 1.85;
}

.school-profile-copy p {
    margin: 0 0 12px;
}

.school-profile-copy--overview {
    padding: 22px;
    border-left: 4px solid var(--school-blue);
    border-radius: 0 16px 16px 0;
    background: #f6f8fc;
}

.school-profile-subjects,
.school-profile-strategies {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.school-profile-subject,
.school-profile-strategy {
    --subject-color: var(--school-blue);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 21px;
    border: 1px solid var(--school-line);
    border-radius: 20px;
    background: #fff;
}

.school-profile-subject--korean,
.school-profile-strategy--korean {
    --subject-color: var(--school-korean);
}

.school-profile-subject--math,
.school-profile-strategy--math {
    --subject-color: var(--school-math);
}

.school-profile-subject--english,
.school-profile-strategy--english {
    --subject-color: var(--school-english);
}

.school-profile-subject {
    border-top: 4px solid var(--subject-color);
}

.school-profile-strategy {
    box-shadow: inset 0 4px 0 var(--subject-color);
}

.school-profile-subject__top,
.school-profile-strategy__head {
    display: flex;
    align-items: center;
    gap: 11px;
}

.school-profile-subject__number {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--subject-color);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.school-profile-subject__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.school-profile-subject__identity > div {
    min-width: 0;
}

.school-profile-subject__identity span:not(.school-profile-subject__number),
.school-profile-strategy__head small {
    display: block;
    color: #8a94a4;
    font-size: 9px;
    font-weight: 900;
}

.school-profile-subject h3,
.school-profile-strategy h3 {
    margin: 3px 0 0;
    color: var(--school-ink);
    font-size: 18px;
}

.school-profile-subject__code {
    margin-left: auto;
    padding: 6px 8px;
    border-radius: 999px;
    background: #f2f4f7;
    color: var(--subject-color);
    font-size: 9px;
    font-weight: 900;
}

.school-profile-subject__label {
    margin: 20px 0 9px;
    color: var(--subject-color);
    font-size: 11px;
    font-weight: 900;
}

.school-profile-strategy__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #eef3fb;
}

.school-profile-details {
    margin-top: auto;
    padding-top: 16px;
}

.school-profile-details summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    border: 1px solid var(--school-line);
    border-radius: 12px;
    background: #fff;
    color: var(--school-ink);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.school-profile-details summary::-webkit-details-marker {
    display: none;
}

.school-profile-details__body {
    margin-top: 10px;
    padding: 14px;
    border-radius: 12px;
    background: #f8fafc;
}

.school-profile-inline-lock {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding: 14px;
    border: 1px dashed #cfd6df;
    border-radius: 13px;
    background: #f8fafc;
}

.school-profile-inline-lock__icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #e9edf3;
    color: #667085;
}

.school-profile-inline-lock strong {
    display: block;
    color: var(--school-ink);
    font-size: 11px;
}

.school-profile-inline-lock p {
    margin: 4px 0 0;
    color: var(--school-muted);
    font-size: 10px;
    line-height: 1.55;
}

.school-profile-empty {
    padding: 34px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
    color: var(--school-muted);
    text-align: center;
}

.school-profile-unlock {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 30px;
    border-radius: 24px;
    background: var(--school-deep);
    color: #fff;
}

.school-profile-unlock__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
}

.school-profile-unlock__copy span {
    color: #9fb4d6;
}

.school-profile-unlock__copy h2 {
    margin: 7px 0;
    color: #fff;
    font-size: 23px;
}

.school-profile-unlock__copy p {
    margin: 0;
    color: #bdc8d8;
    font-size: 12px;
    line-height: 1.7;
}

/* School profile academy buttons */
.school-profile-academies {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, .10);
}

.school-profile-academies__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.school-profile-academy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid #d8dbe3;
    border-radius: 8px;
    background: #fff;
    color: #27324a;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
    transition:
        border-color .16s ease,
        background-color .16s ease,
        color .16s ease,
        transform .16s ease;
}

.school-profile-academy:hover {
    border-color: var(--subject-color, var(--school-blue));
    background: #f8fafc;
    color: var(--subject-color, var(--school-blue));
    transform: translateY(-1px);
}

.school-profile-academy:focus-visible {
    outline: 2px solid var(--subject-color, var(--school-blue));
    outline-offset: 2px;
}



/* School profile academy modal */
body.school-academy-modal-open {
    overflow: hidden;
}

.school-academy-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.school-academy-modal.is-open {
    display: flex;
}

.school-academy-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 25, 43, .48);
    backdrop-filter: blur(3px);
}

.school-academy-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(360px, 100%);
    padding: 24px;
    border: 1px solid var(--school-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 25, 43, .22);
}

.school-academy-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #f3f5f8;
    color: #667085;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.school-academy-modal__title {
    margin: 0;
    padding-right: 42px;
    color: var(--school-ink);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.03em;
}

.school-academy-modal__info {
    display: grid;
    gap: 0;
    margin: 20px 0 0;
    border-top: 1px solid var(--school-line);
}

.school-academy-modal__info > div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid var(--school-line);
}

.school-academy-modal__info dt {
    color: #8a94a4;
    font-size: 12px;
    font-weight: 800;
}

.school-academy-modal__info dd {
    margin: 0;
    color: var(--school-ink);
    font-size: 14px;
    font-weight: 800;
}

.school-academy-modal__info a {
    color: var(--school-blue);
    text-decoration: none;
}

.school-academy-modal__info a:hover {
    text-decoration: underline;
}

.school-academy-modal__info a.is-disabled {
    color: var(--school-ink);
    pointer-events: none;
}

@media (max-width: 720px) {
    .school-academy-modal {
        padding: 16px;
    }

    .school-academy-modal__dialog {
        padding: 22px 20px;
        border-radius: 16px;
    }
}

@media (max-width: 1020px) {
    .schools-hero,
    .school-profile-hero {
        grid-template-columns: 1fr;
    }

    .schools-grid,
    .schools-grid.sub,
    .summary,
    .schools-data-guide {
        grid-template-columns: 1fr;
    }

    .schools-card-grid,
    .schools-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .school-profile-facts {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .school-profile-subjects,
    .school-profile-strategies {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .schools-page,
    .school-profile-page,
    .schools-local-nav-wrap {
        width: min(100% - 24px,1240px);
    }

    .schools-local-nav {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .schools-hero,
    .school-profile-hero {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .schools-hero h1,
    .school-profile-hero h1 {
        font-size: 34px;
    }

    .schools-data-preview__grid,
    .schools-region-links,
    .schools-card-grid,
    .schools-list,
    .school-profile-facts {
        grid-template-columns: 1fr;
    }

    .schools-hero__metrics {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .schools-search,
    .school-profile-section {
        padding: 20px;
        border-radius: 20px;
    }

    .schools-grid,
    .schools-grid.sub {
        grid-template-columns: 1fr;
    }

    .schools-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .schools-actions .primary {
        grid-column: 1 / -1;
    }

    .schools-section-head {
        display: block;
    }

    .schools-section-head p {
        margin-top: 8px;
    }

    .side {
        align-items: stretch;
        flex-direction: column;
    }

    .schools-data-guide {
        padding: 24px 20px;
    }

    .school-profile-hero__identity {
        align-items: flex-start;
    }

    .school-profile-hero__mark {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .school-profile-section__head {
        display: block;
    }

    .school-profile-section__mark,
    .school-profile-section__count,
    .school-profile-access {
        margin-top: 10px;
    }

    .school-profile-unlock {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .school-profile-unlock__icon {
        margin: 0 auto;
    }

    .school-profile-btn {
        width: 100%;
    }

    .school-profile-academies {
        margin-top: 16px;
        padding-top: 15px;
    }

    .school-profile-academies__list {
        gap: 7px;
    }

    .school-profile-academy {
        min-height: 32px;
        padding: 6px 11px;
        font-size: 12px;
    }
}
