.deprecated-banner {
    display: block;
    margin-bottom: 8px;
    background-color: #fff3cd; /* warning panel yellow */
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 12px;
    font-weight: bold;
    font-size: 0.95em;
    border-radius: 4px;
}

.deprecated-banner .normative-link {
    color: #856404;
    font-weight: bold;
    text-decoration: underline;
}

/* Wacht op pagina
#infoButton {
  font-family: "Albert Sans",sans-serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #9624B5;
  color: #fff;
  border: 0;
  border-radius: 9999px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
  z-index: 2147483000;
  transition: transform .06s ease-out, background-color .15s ease-in-out;
}
#infoButton:hover { background: #ef4864; }
#infoButton:active { transform: translateY(1px); }
#infoButton:focus-visible {
  outline: 3px solid #fff; outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255,105,180,.5);
}
@media (max-width: 480px) {
  #infoButton { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 15px; }
}