.p code {
  font-size:.8em;
}
.caption-label ~ .p {
  display:inline-block;
}
#graphic6 img,
#graphic8 img {
  max-width:70%;
}
pre {
  display:inline;
}
.box-main {
  border: none;
  border-left: solid .7em var(--yellow);
  break-inside:avoid;
  font-size:.9em;
  background-color:rgb( var(--yellow-rgb), .1);
}

.refauth::before {
  content: '[';
}
.refauth::after {
  content: ']';
}
