@use 'variables' as *;

.cpt-section-header {
  font-size: 15px;
  font-weight: bold;
  line-height: $line-height-sm;
  margin-top: 0;
  margin-bottom: .25em;
  text-transform: uppercase;
}

.cpt-this-expands {
  animation: growDown 150ms ease-in-out forwards;
  display: none;
  transform-origin: top;

  &.open {
    display: block;
  }
}

.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute;
    left: -9999px;
    top: auto;
  width: 1px;
}