.etm-ni-rt-wrap { width: 100% !important; }

.etm-ni-rt-botones {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-bottom: 16px !important;
}

.etm-ni-rt-btn {
    flex: 1 1 0 !important;
    min-width: 180px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.etm-ni-rt-btn.activo.etm-ni-rt-btn-amarillo { background: #fffbeb !important; border-color: #f59e0b !important; color: #92400e !important; }
.etm-ni-rt-btn.activo.etm-ni-rt-btn-naranja  { background: #fff7ed !important; border-color: #fb923c !important; color: #9a3412 !important; }
.etm-ni-rt-btn.activo.etm-ni-rt-btn-verde    { background: #ecfdf5 !important; border-color: #22c55e !important; color: #166534 !important; }
.etm-ni-rt-btn.activo.etm-ni-rt-btn-azul     { background: #eff6ff !important; border-color: #3b82f6 !important; color: #1e40af !important; }

.etm-ni-rt-contador {
    margin-left: auto !important;
    background: rgba(0,0,0,0.08) !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
}

.etm-ni-rt-tabla-container {
    overflow-x: auto !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
}

.etm-ni-rt-tabla {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 12px !important;
}

.etm-ni-rt-tabla th {
    background: #f8fafc !important;
    padding: 10px !important;
    text-align: left !important;
    white-space: nowrap !important;
    border-bottom: 2px solid #e2e8f0 !important;
}

.etm-ni-rt-tabla td {
    padding: 8px 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    white-space: nowrap !important;
}

.etm-ni-rt-id-cbta { font-weight: 700 !important; font-family: monospace !important; }

.etm-ni-rt-vacia {
    text-align: center !important;
    padding: 40px 20px !important;
    color: #94a3b8 !important;
}

.etm-ni-rt-descarga {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 14px !important;
}