.contact-label {
  display: block;
  margin: 0 0 7px 12px;
  color: var(--titleColor);
  font-size: 14px;
  font-weight: 600;
}

.contact-field-error {
  margin: 6px 12px 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.4;
}

.comment-form.style-one [aria-invalid="true"] {
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.24);
}

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

.contact-submit {
  min-height: 52px;
}

.contact-submit.is-loading {
  cursor: wait;
}

.contact-form-status {
  padding: 13px 16px;
  border: 1px solid #a6d7b8;
  border-radius: 5px;
  background: #ecfdf3;
  color: #166534;
  line-height: 1.5;
}

.contact-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid #f0b4ad;
  border-radius: 5px;
  background: #fff5f4;
  color: #912018;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

@media (max-width: 575px) {
  .contact-toast {
    right: 16px;
    bottom: 16px;
  }
}
