/* Estilos configurables para textos auxiliares del formulario */
.texto-ui {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.92rem;
    line-height: 1.45;
}

.texto-aviso {
    color: #0d6efd;
    font-weight: 500;
}

.texto-instruccion {
    color: #6c757d;
}

.texto-advertencia {
    color: #dc3545;
    font-weight: 600;
}

.texto-ejemplo {
    color: #198754;
    font-style: italic;
}

.texto-defecto {
    color: #212529;
}

/* Bloques informativos sin input */
.bloque-informativo {
    padding: 1rem 1.1rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-left: 5px solid #0d6efd;
}
.bloque-informativo .form-label {
    display: block;
    margin-bottom: .45rem;
    font-weight: 800;
}
.bloque-informativo .texto-ui:last-child {
    margin-bottom: 0;
}
.bloque-informativo .texto-aviso {
    color: #0d6efd;
}
.bloque-informativo .texto-instruccion {
    color: #475569;
}
.bloque-informativo .texto-advertencia {
    color: #b42318;
}
.bloque-informativo .texto-ejemplo {
    color: #157347;
}
