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

.cookie-settings-link,
.cookie-preferences-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.cookie-settings-link:hover,
.cookie-preferences-button:hover {
  color: var(--copper);
}

.cookie-preferences-button {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 18px;
}

.contact-form .form-setup-note.is-error {
  background: #f8ded8;
  color: #8a2418;
}

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

