.contact-page {
  max-width: 680px;
  margin: 0 auto;
}

.contact-page .lead {
  margin-bottom: 12px;
}

.contact-note {
  margin: 0 0 24px;
  padding: 12px 14px;
  border-left: 3px solid #9aab91;
  border-radius: 0 6px 6px 0;
  background: #f4f6f2;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.contact-page textarea {
  min-height: 160px;
}

.botcheck {
  display: none !important;
}

.consent-check {
  display: flex;
  gap: 9px;
  margin: 3px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.consent-check input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  text-align: center;
}

[dir="rtl"] .contact-page,
[dir="rtl"] .contact-note {
  text-align: right;
}

[dir="rtl"] .contact-note {
  border-right: 3px solid #9aab91;
  border-left: 0;
  border-radius: 6px 0 0 6px;
}
