/* ==========================================================================
   CHS-BIO ACADEMIC ADVISING PAGE
   ========================================================================== */
.arrow-down-orange:before {
	font-family: "Font Awesome 6 Free";
    content: "\f063";
    color: #d43900;
    font-weight: 900;
    margin-left: .25rem;
}
.plugin-general-content table {
  margin-top: 1rem;
}
.plugin-general-content table th {
  text-align: center;
}
/* Checklist */
.checklist li {
    margin: .5rem auto;
}
/* Advising Appointments */
.appointment {
    margin-top: 2rem;
}
.appointment p.t4_button {
    text-align: center;
}
/* Deploy grids at 768px instead of 1024px */
@media (min-width: 768px) {
    .cwf-grid.appointment {
      --cwf-grid--grid-template-columns: repeat(
        auto-fit,
        minmax(var(--cwf-grid__column--min-width), 1fr)
      );
    }
  }




