.npl-orders-history-cards {
  width: 100%;
}

.npl-orders-history-cards,
.npl-orders-history-cards * {
  box-sizing: border-box;
}

.npl-orders-history-empty,
.npl-orders-history-card {
  border: 1px solid #89b1e6;
  background: #b9cae0;
  color: #334155;
}

.npl-orders-history-card {
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.npl-orders-history-card:hover {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.npl-orders-history-card h4 {
  margin: 0;
  color: #0f172a;
  line-height: 1.35;
}

.npl-orders-history-card img {
  display: block;
}

.npl-orders-history-card a {
  text-decoration: none;
}

.npl-orders-history-card .bg-slate-100 {
  background-color: #f1f5f9;
}

.npl-orders-history-card .bg-slate-900 {
  background-color: #0f172a;
}

.npl-orders-history-card .bg-emerald-50 {
  background-color: #ecfdf5;
}

.npl-orders-history-card .bg-amber-50 {
  background-color: #fffbeb;
}

.npl-orders-history-card .text-slate-500 {
  color: #64748b;
}

.npl-orders-history-card .text-slate-600 {
  color: #475569;
}

.npl-orders-history-card .text-slate-700 {
  color: #334155;
}

.npl-orders-history-card .text-slate-900 {
  color: #0f172a;
}

.npl-orders-history-card .text-emerald-700 {
  color: #047857;
}

.npl-orders-history-card .text-amber-700 {
  color: #b45309;
}

.npl-orders-pagination {
  margin: 0;
  padding: 0;
}

.npl-orders-pagination .tablenav-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.npl-orders-pagination .displaying-num {
  margin-right: 4px;
}

.npl-orders-pagination .page-numbers {
  display: inline-flex;
  min-height: 32px;
  min-width: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff;
  color: #334155;
  padding: 0 10px;
  text-decoration: none;
}

.npl-orders-pagination .page-numbers.current {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.npl-orders-pagination a.page-numbers:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.npl-orders-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.npl-orders-history-table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 782px) {
  .npl-orders-table-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }

  .npl-orders-history-table {
    min-width: 720px;
  }

  .npl-orders-history-table th,
  .npl-orders-history-table td {
    white-space: nowrap;
  }

  .npl-orders-history-table td span[title] {
    white-space: normal;
  }
}
