/* Результат отправки контактной формы (AJAX) */
.contact-form-result {
  margin-top: 1.25rem;
  max-width: 42rem;
  padding: 1.25rem 1.5rem;
  border-radius: 4px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-form-result:empty {
  display: none;
  margin-top: 0;
  padding: 0;
}

.contact-form-result:not(:empty) {
  display: block;
}

.contact-form-result__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.contact-form-result__lead {
  margin: 0;
  opacity: 0.92;
}

.contact-form-result--success {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: inherit;
}

.contact-form-result--success .contact-form-result__title {
  color: #b8860b;
}

.contact-form-result--error {
  background: rgba(180, 60, 50, 0.08);
  border: 1px solid rgba(180, 60, 50, 0.35);
  color: inherit;
}

.contact-form-result--error .contact-form-result__title {
  color: #a33;
}

.contact-form__turnstile-wrap {
  flex: 1 1 100%;
  width: 100%;
  min-height: 70px;
}

.cf-turnstile-slot iframe {
  max-width: 100%;
}
