/* ANCC Student Portal Styles */
/* Brand colors: Primary navy blue #1a237e, secondary green accents */

.student-portal p {
  color: #303030;
  font-weight: 400;
  font-size: 12pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

/* h1 - applies to all h1 and Vuetify card titles in student portal */
.student-portal h1,
.student-portal .card-title,
.student-portal .v-card__title {
  color: #1a237e;
  font-weight: 900;
  font-size: 24pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

/* h2 - applies to all h2 and base-material-card toolbar titles in student portal */
.student-portal h2,
.student-portal .toolbar-title,
.student-portal .v-toolbar__title {
  color: #303f9f;
  font-weight: 700;
  font-size: 18pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

.student-portal h3 {
  color: #2e7d32;
  font-weight: 700;
  font-size: 18pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

.student-portal h4 {
  color: #1a237e;
  font-weight: 600;
  font-size: 16pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

.student-portal h5 {
  color: #59656f;
  font-weight: 600;
  font-size: 16pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

.student-portal h6 {
  color: #000000;
  font-weight: 300;
  font-size: 14pt;
  font-family: "Montserrat", sans-serif;
  font-style: normal
}

.student-portal a {
  color: #1a237e !important;
}

.student-portal details > *:not(summary) {
  margin-left: 1em;
}

.student-portal summary {
  color: #1a237e;
  font-size: 1.5em;
  font-weight: bold;
}
