.revisor-reporte-respuestas {
    max-width: 500px;
    margin: 20px auto;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.reporte-respuestas-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.reporte-respuestas-header i {
    color: #1e88e5;
    font-size: 24px;
}

.reporte-respuestas-descripcion {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.reporte-respuestas-btn-generar {
    background: #1e88e5;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}

.reporte-respuestas-btn-generar:hover {
    background: #1565c0;
}

.reporte-respuestas-btn-generar:disabled {
    background: #90caf9;
    cursor: not-allowed;
}

.reporte-respuestas-mensaje {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
}

.reporte-respuestas-mensaje.exito {
    color: #2e7d32;
    text-align: center;
}

.reporte-respuestas-mensaje.error {
    color: #c62828;
}

.reporte-respuestas-mensaje ul {
    padding-left: 20px;
    margin-top: 8px;
}

.reporte-respuestas-mensaje li {
    margin-bottom: 4px;
}
