/* Overrides mínimos e escopados ao form */
#contactForm .consent-field {
  margin: 16px 0;
}

#contactForm .consent-field > label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

/* Garante que o link não vire bloco e não quebre estranho */
#contactForm .consent-field .consent-text a {
  display: inline !important;
  white-space: nowrap;
  text-decoration: underline;
}

/* Ajuste visual do checkbox (opcional) */
#contactForm .consent-field input[type="checkbox"] {
  margin-top: 2px;
  flex: 0 0 auto;
}

/* Modal background styling */
#wid-section-lead-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal content styling */
#wid-section-lead {
  position: relative;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  max-width: 500px; /* Can be adjusted */
  background: #fff; /* White background */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#lead-form-wid input {
  margin-bottom: 10px;
}

#close-modal i {
  cursor: pointer;
}
