.pl-20 {
  padding-left: 20px;
}

.accordion-item .accordion-header .accordion-button {
  font-size: x-large;
  font-weight: bolder;
}

.accordion-item .accordion-body .accordion-header .accordion-button {
  font-size: large;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}

.highlighted {
  color: #0c63e4 !important;
  background-color: #e7f1ff !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

