.abc-hp {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.abc-modal-root[hidden] {
  display: none;
}

.abc-modal-root {
  align-items: center;
  background: rgb(18 24 33 / 42%);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 80;
}

.abc-modal {
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: 0 24px 80px rgb(18 24 33 / 20%);
  max-height: min(760px, calc(100svh - 2rem));
  max-width: 42rem;
  overflow: auto;
  padding: 2rem;
  position: relative;
  width: min(100%, 42rem);
}

.abc-modal-close {
  color: var(--ridge);
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.abc-mobile-panel {
  background: color-mix(in oklab, var(--background) 96%, transparent);
  border-top: 1px solid var(--border);
  left: 0;
  padding: 1.25rem 1.5rem 1.5rem;
  position: fixed;
  right: 0;
  top: 5rem;
  z-index: 49;
}

.abc-mobile-panel a {
  border-bottom: 1px solid var(--border);
  color: var(--ridge);
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  padding: 0.85rem 0;
  text-transform: uppercase;
}

.abc-form-status:not([hidden]) {
  color: var(--ridge);
  font-size: 0.875rem;
  margin-top: 1rem;
}

body.admin-bar header.fixed {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}
