  div.subtitle, h2.subtitle { }
  div.content-text { }
  div.content-text ul { }

  .content-text aside.tip { }
  .content-text aside.warning { }

  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }

  .button-wrap .back-button button { }
  .button-wrap .back-button button svg path { }

  a.tile { }
  a.tile svg path { }

  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }

  div.dropdown-wrap { }
  div.dropdown-wrap li { }

picture img {
  border: 1px solid black;
}

code {
  /* border: 0.5px solid gray !important; */
  /* width: 100% !important; */
  /* background: #010101; */
  color: #7323ba !important;
  /* line-height: 1.5em !important; */
}


p:has(code) {
  border: 0px solid black;
  margin-top: 0px !important;
  margin-block-start: 0em;
  margin-block-end: 0em;
  background: #f7f7f7 !important;
} 