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

.modal__error {
  color: #b42318;
  font-size: 1.4rem;
  line-height: 1.3;
}

.modal__submit.is-loading {
  opacity: .7;
  pointer-events: none;
}

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