
#btn_calcular {
  background-color: #0d6efd !important;
  color: #ffffff !important;
  border-color: #0d6efd !important;
}
#btn_calcular:hover {
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
}
.required {
  color: red;
  margin-left: 4px;
}


/* Espaciado para la recomendación bajo el título */
.kya-alert .kya-recommendacion { margin: 0; }
.kya-alert { margin-top: 12px; }


/* Center the WhatsApp (green) and CTA (blue) buttons stacked vertically */
.kya-wsp, .kya-cta-strong {
  display: block !important;
  margin: 10px auto !important;
  text-align: center !important;
  max-width: 350px;
}


/* Uniform fixed width for both buttons */
.kya-wsp, .kya-cta-strong {
  width: 300px !important;
  max-width: 300px !important;
}


/* Make both buttons identical in dimensions and typography */
.kya-wsp, .kya-cta-strong {
  display: block !important;
  margin: 10px auto !important;
  text-align: center !important;
  width: 300px !important;
  max-width: 300px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 6px !important;
  cursor: pointer;
}
