/* ssdformulariodatoscliente.css */

.ssd-facturacion-wrapper {
  margin-bottom: 1.2rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #f9f9f9;
}

.ssd-facturacion-info {
  margin-bottom: 1rem;
  padding: 0.6rem 0.8rem;
  background: #e8f4fd;
  border-left: 4px solid #3490dc;
  border-radius: 2px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #2c5282;
}

.ssd-row {
  margin-bottom: 0.8rem;
}

.ssd-row label.required::after {
  content: ' *';
  color: #d9534f;
}

.ssd-aviso-empresa {
  font-size: 0.88rem;
  margin-top: 0.4rem;
}

.ssd-ayuda {
  font-size: 0.82rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

/* Company marcada como obligatoria por el modulo */
.ssd-label-empresa::after {
  content: ' *';
  color: #d9534f;
}
