.consentido-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.consentido-box h2 {
    margin-top: 0;
    text-align: center;
}

.consentido-sub {
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.consentido-box label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.consentido-box input,
.consentido-box textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.consentido-box button {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background: #2d6cdf;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.consentido-box button:hover {
    background: #1f54b8;
}

/* RESULTADOS */
.consentido-resultado {
    margin-top: 25px;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
}

.consentido-resultado.ia {
    background: #ffe3e3;
    color: #a10000;
    border: 1px solid #ff9a9a;
}

.consentido-resultado.mixto {
    background: #fff4cc;
    color: #8a6d00;
    border: 1px solid #ffd966;
}

.consentido-resultado.humano {
    background: #e3ffe9;
    color: #006b2e;
    border: 1px solid #7ee2a8;
}
