#privacy:not(:checked) ~ button {
  opacity: 0.4;
  pointer-events: none;
}
#contact_form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-container {
  gap: clamp(3rem, 4vw, var(--column_gap));
}
.map iframe {
  width: 100%;
  border-radius: var(--rounded-radius);
}
/* Glozin-style inline success (contact-main) */
.contact-main__success .success {
  color: #137f24;
  font-size: 1em;
  line-height: 1.4;
}
.contact-main__success .success svg {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .support_customer {
    width: 35%;
    max-width: 40rem;
  }
}
