.tabla-requisitos {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.tabla-requisitos thead .encabezado {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.tabla-requisitos tbody tr.fondo {
    background-color: #f8f9ff !important;
}

.icon-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: bold;
    flex-shrink: 0;
}

.btn-descargar {
    background: linear-gradient(135deg, #27ae60, #229954) !important;
    border: none !important;
    color: white !important;
    padding: 0.4rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
}

.btn-descargar:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4) !important;
    color: white !important;
}

@media (max-width: 768px) {
    .tabla-requisitos th,
    .tabla-requisitos td {
        padding: 0.75rem 0.5rem !important;
        font-size: 0.9rem;
    }
}


@media (max-width: 768px) {
    .table-responsive::-webkit-scrollbar {
        height: 6px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: #2c5f2d;
        border-radius: 10px;
    }
}
