/* Layout helpers for the school#show body. The HEADER styling lives in
 * colleges.css under `.school-page .school-header / .school-overview /
 * .school-summary` (rewritten to use the score-card components). The
 * old `header.school-header { ... #school_match ... }` block was removed
 * when the header migrated to flex + the new components. */

h2.small {
  color: var(--gray-500);
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

ul.scorecards {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: calc(4em - 20px);
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 2em;

  li {
    height: 150px;
  }
}

.school-info {
  margin-left: calc(4em - 20px);
}

div.school-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  gap: 2em;
  margin-top: 250px !important;
}
