/* Modify this file to add your own custom styles */

/* Review page styling */

/* Styling Guide */


html {
  font-size: 14px;
}

h1 {
  font-variant: small-caps !important;
}

h2 {
  font-variant: small-caps !important;
  font-style: normal;
  font-weight: bold;
}

h3 {
  font-variant: small-caps !important;
  font-style: normal;
  font-weight: bold;
}

h4 {
  font-variant: small-caps !important;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

td {
  font-size: 1.4rem !important;
  padding-bottom: 0.8rem;
}

table:has(td:nth-child(2)):not(:has(td:nth-child(3))) td:nth-child(2) {
  text-align: right;
  vertical-align: top;
}

details {
  width: 55%
}


figure[role="math"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}
