/* ===== GRADS Vertical Directory ===== */

.grads-entry {
  margin-bottom: 2rem;
}

.grads-district {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color:#cccc99;
}

.grads-schools {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.grads-line {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}

.grads-entry a {
  color: #1a73b8; /* adjust to site link color */
  text-decoration: none;
}

.grads-entry a:hover {
  text-decoration: underline;
}

/* Divider styling */
.grads-entry hr {
  margin-top: 1rem;
  border: none;
  border-top: 1px solid #ddd;
}

/* Mobile tightening */
@media (max-width: 600px) {
  .grads-district {
    font-size: 1.2rem;
  }

  .grads-schools {
    font-size: 1.05rem;
  }
}
