.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.btn {
  font-size: 1.2rem;
  padding: 0.7rem;
  color: white;
  background-color: var(--bs-purple);
  border: none;
  border-radius: 10px;
  font-family: 'Noto Sans';
  text-transform: uppercase;
}

.d-print-inline {
  font-size: 8vw !important;
  font-weight: bold !important;
  margin: 0.4em 0;
  /*line-height: 1.1;*/
  text-align: center !important;
}

a {
  text-decoration: none !important;
}

