.fhil-context {
  margin: 0 0 24px;
  padding: 16px 20px;
  border: 1px solid #a9d8c9;
  border-radius: 4px;
  background: #122f2b;
  color: #fbfaf6;
  font: 16px/1.5 "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}
.fhil-context a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #d9ee64;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fhil-context a:focus-visible { outline: 2px solid #d9ee64; outline-offset: 4px; }
.fhil-context p { margin: 8px 0 0; max-width: 85ch; font: inherit; color: inherit; }
.fhil-context p:first-of-type { font-weight: 600; }
@media (max-width: 600px) { .fhil-context { padding: 12px 16px; } }
@media (max-width: 480px) {
  body > .toolbar {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 32px);
    margin: 16px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
