
/* Wrapper */
.mj-pdf-wrapper { width: 100%; overflow-x: auto; }

/* Tabla con look tipo Bootstrap (sin dependencia) */
.table { width: 100%; margin-bottom: 1rem; color: #212529; }
.table th, .table td { padding: 0.75rem; vertical-align: middle; border-top: 1px solid #dee2e6; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.table-hover tbody tr:hover { background-color: #f6f8fa; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #f9fafb; }

/* Nuestra tabla específica */
.mj-pdf-table { border-collapse: collapse; font-size: 15px; }
.mj-pdf-table thead th { text-align: left; background: #000; color: #fff; }
.mj-pdf-table tbody td { border-bottom: 1px solid #edf2f7; }
.mj-col-title { font-weight: 600; color: #111827; display: flex; align-items: center; gap: 8px; }
.mj-col-download { width: 200px; }
.mj-col-date { width: 180px; color: #4b5563; white-space: nowrap; }

/* Icono PDF */
.mj-icon-wrap { display: inline-flex; }
.mj-icon-pdf { display: inline-block; }

/* Botón de descarga con color #24b955 */
.mj-btn-download { display: inline-block; padding: 8px 14px; background: #24b955; color: #fff !important; text-decoration: none; border-radius: 6px; font-weight: 600; border: 1px solid #1ea74c; transition: background .2s ease, transform .05s ease; }
.mj-btn-download:hover { background: #1ea74c; }
.mj-btn-download:active { transform: translateY(1px); }

/* Estado sin archivo */
.mj-badge-disabled { display: inline-block; padding: 6px 10px; background: #e5e7eb; color: #6b7280; border-radius: 6px; font-size: 13px; }

/* Mensaje vacío */
.mj-empty { padding: 12px; color: #6b7280; background: #f9fafb; border: 1px dashed #e5e7eb; border-radius: 8px; }

/* Responsive */
@media (max-width: 640px) {
  .mj-col-date, .mj-col-download { white-space: nowrap; }
}
