.et-table-wrapper { 
    width: 100%; 
    overflow-x: auto; 
    background: #fff; 
    border-radius: 12px; 
}
.et-table { width: 100%; border-collapse: collapse; }
.et-table th { background: #1a1a1a; color: white; padding: 12px; font-size: 13px; }
.et-table td { padding: 10px; border-bottom: 1px solid #eee; font-size: 14px; }

/* Botón de impresión estilo Luxor */
.et-btn-print {
    background: #71639e !important;
    color: white !important;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
}

/* Colores de bordes (Namespace ET) */
.et-row.cerdo { border-left: 5px solid #ffc0cb; }
.et-row.res { border-left: 5px solid #8b0000; }

/* Responsive */
@media (max-width: 768px) {
    .solo-desktop { display: none; }
    .et-table td { font-size: 12px; padding: 8px; }
}