.rrhh-paso0 {
    max-width: 480px;
    margin: 0 auto;
}

.rrhh-paso0__vista label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.rrhh-paso0__fila {
    display: flex;
    gap: 8px;
    margin: 8px 0;
}

.rrhh-paso0__fila input {
    flex: 1;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.rrhh-boton {
    background: #2e3192;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.rrhh-boton:hover {
    opacity: 0.9;
}

.rrhh-boton:disabled {
    opacity: 0.6;
    cursor: default;
}

.rrhh-boton--secundario {
    background: transparent;
    color: #2e3192;
    border: 2px solid #2e3192;
    margin-top: 10px;
}

.rrhh-link {
    background: none;
    border: none;
    color: #2e3192;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-top: 6px;
    display: inline-block;
}

.rrhh-ayuda {
    display: block;
    color: #555;
    font-size: 12px;
    margin-top: 4px;
}

.rrhh-mensaje {
    color: darkred;
    min-height: 1.2em;
    margin-top: 6px;
}

.rrhh-form-completo .rrhh-campo {
    margin-bottom: 16px;
}

.rrhh-form-completo label,
.rrhh-form-completo .rrhh-campo__label-grupo {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.rrhh-form-completo input[type="text"],
.rrhh-form-completo input[type="date"],
.rrhh-form-completo input[type="tel"],
.rrhh-form-completo input[type="email"],
.rrhh-form-completo input[type="file"],
.rrhh-form-completo select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-sizing: border-box;
}

.rrhh-form-completo select[multiple] {
    min-height: 140px;
}

.rrhh-inline {
    font-weight: 400 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.rrhh-aviso {
    background: #fff8e1;
    border: 1px solid #f1d98b;
    padding: 10px 14px;
    border-radius: 4px;
    color: #6b5a12;
}

.rrhh-campo--acciones {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.rrhh-exito {
    background: #eaf7ee;
    border: 1px solid #b6e3c3;
    color: #1b6b34;
    padding: 14px;
    border-radius: 4px;
}
