@media (max-width: 768px) {
  .market-analysis-dashboard #inspectorPriceTable_wrapper .dataTables_length,
  .market-analysis-dashboard #inspectorPriceTable_wrapper .dataTables_filter {
    text-align: start !important;
    float: none !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .market-analysis-dashboard #inspectorPriceTable_wrapper table.dataTable {
    font-size: 13px;
  }
  .market-analysis-dashboard #inspectorPriceTable_wrapper table.dataTable th,
  .market-analysis-dashboard #inspectorPriceTable_wrapper table.dataTable td {
    padding: 10px 8px;
  }
}

/* ---- Custom Pagination Footer (matching reference) ---- */
.market-analysis-dashboard .price-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 0 0 16px 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.market-analysis-dashboard .pagination-info {
  color: #9ca3af;
  font-size: 0.88rem;
}

.market-analysis-dashboard .custom-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.market-analysis-dashboard .custom-pagination span {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
  color: #374151;
  font-size: 0.88rem;
  transition: background 0.2s;
}

.market-analysis-dashboard .custom-pagination .active {
  background: #c9a44c;
  color: #fff;
  font-weight: 600;
}

.market-analysis-dashboard .custom-pagination .arrow {
  font-weight: 600;
  color: #6b7280;
}

.market-analysis-dashboard .custom-pagination span:hover {
  background: #f3f4f6;
}
