/* Scope this release to the four subject headings in record cards. */
div[class~="min-h-[18px]"][class~="text-left"] {
  min-height: 24px;
  justify-content: center;
  text-align: center;
}

div[class~="min-h-[18px]"] > span:last-child {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
}

div[class~="min-h-[18px]"] + p {
  text-align: center;
}

@media (min-width: 640px) {
  div[class~="min-h-[18px]"] > span:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}