.reconciliation-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  font-size: .78rem;
  color: var(--muted);
}
.reconciliation-pagination .ghost:disabled { opacity: .4; cursor: not-allowed; }
.difference-detail-table td, .difference-detail-table th { text-align: right; }
.difference-detail-table td:first-child, .difference-detail-table th:first-child { text-align: left; }
.difference-negative { color: var(--red); font-weight: 800; }
.excel-export-button { display:inline-flex; align-items:center; gap:.45rem; border:1px solid #15803d; border-radius:9px; padding:.5rem .7rem; background:#fff; color:#166534; cursor:pointer; font-weight:800; }
.excel-export-button span { display:grid; place-items:center; width:1.45rem; height:1.45rem; border-radius:3px; background:#15803d; color:#fff; font-size:.75rem; }
.excel-export-button small { font-size:.72rem; }
.excel-export-button:hover { background:#f0fdf4; }
.excel-export-button:disabled { opacity:.5; cursor:wait; }
.article-match { display:inline-block; padding:.25rem .5rem; border-radius:999px; font-size:.68rem; font-weight:800; white-space:nowrap; }
.article-match.IDENTIFICADO { background:#dcfce7; color:#166534; }
.article-match.POSIBLES_ARTICULOS { background:#fef3c7; color:#92400e; }
.article-match.NO_IDENTIFICABLE { background:#fee2e2; color:#991b1b; }
.missing-article-description div + div { margin-top:.35rem; }
.article-comparison-note { margin-top:1rem; color:var(--muted); font-size:.75rem; }
.missing-article-description { min-width:320px; white-space:normal; }
@media (max-width: 760px) {
  .reconciliation-pagination { justify-content: center; }
  .difference-detail-table { min-width: 1020px; }
}
