.wildaway-a11y-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 999px;
  background: #173f35;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
  font: 700 14px/1 Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.wildaway-a11y-button span[aria-hidden="true"] { font-size: 21px; }
.wildaway-a11y-button:hover { background: #c7653b; color: #fff; }
.wildaway-a11y-button:focus-visible {
  outline: 4px solid #f4c95d;
  outline-offset: 3px;
}
main:focus { outline: none; }
@media (max-width: 620px) {
  .wildaway-a11y-button { right: 10px; bottom: 10px; padding: 11px 13px; }
  .wildaway-a11y-button .wildaway-a11y-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
@media print { .wildaway-a11y-button { display: none !important; } }
