.mtpl-front-wrap { margin: 12px 0; }
.mtpl-empty { padding:12px; border:1px solid #ddd; background:#fafafa; }
.mtpl-front-table { font-size: 14px; }

/* Separación del buscador */
.dataTables_wrapper .dataTables_filter { margin-bottom: 14px; }
.dataTables_wrapper .dataTables_filter label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dataTables_wrapper .dataTables_filter input { margin-left: 0 !important; }

/* Cabecera: gris, centrado, negrita */
.mtpl-front-table thead th {
  background-color: #e5e5e5;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-bottom: 2px solid #cfcfcf;
}

/* Opcional: filas tipo zebra */
.mtpl-front-table tbody td { padding: 8px; }
.mtpl-front-table tbody tr:nth-child(even) { background-color: #fafafa; }