html { margin-top: 0 !important; }
body.dama-exact-site { margin: 0; }
body.admin-bar .site-header { top: 32px; }
body.admin-bar .scroll-progress { top: 32px; }
.crm-form[aria-busy="true"] { opacity: .76; pointer-events: none; }
.dama-form-notice { margin-top: 18px; }
.dama-404 {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: 32px;
  color: #12233a;
  text-align: center;
  font-family: Estedad, Vazirmatn, sans-serif;
  background: #f4f5f2;
}
.dama-404 > span { color: #e64b2e; font-size: clamp(72px, 15vw, 190px); font-weight: 900; line-height: .9; }
.dama-404 h1, .dama-404 p { margin: 0; }
.dama-404 a { margin-top: 12px; padding: 14px 24px; color: #fff; background: #e64b2e; text-decoration: none; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .scroll-progress { top: 46px; }
}

