.inventory-table {
  font-size: max(0.8rem, 11px);
}

.status-filter {
  margin-bottom: 0.5rem;
}

.inventory-table th {
  padding: 0.7rem 0.3rem;
}

.status-filter__item {
  font-size: max(0.9rem, 13px);
}

.disclaimer {
  font-size: 0.75em;
}

main .pageBg {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/7.webp") !important;
}