.approved-list-table {
  table-layout: fixed;
  min-width: 760px;
}

.creators-search-tabs {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.approved-list-table th,
.approved-list-table td {
  width: auto !important;
}

.approved-list-table th:first-child,
.approved-list-table td:first-child {
  min-width: 220px;
}

.approved-list-table .approved-value-cell {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.approved-card-field {
  display: grid;
  grid-template-columns: minmax(7em, auto) 1fr;
  gap: 10px;
  margin: 7px 0 0;
  color: var(--text-muted);
}

.approved-card-field strong {
  color: var(--text-main);
  text-align: right;
  overflow-wrap: anywhere;
}

.approved-coverage-note {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.approved-detail-empty {
  margin: 0;
  color: var(--text-muted);
}

.creators-mobile-list-head.approved-mobile-list-head {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 5px;
  padding: 8px 8px 2px;
}

.approved-mobile-list-head .creators-mobile-sort-button {
  min-height: 34px;
  padding: 5px 3px;
  border: 1px solid #c9e2ef;
  border-radius: 9px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
}

.approved-mobile-list-head .creators-mobile-sort-button.is-active {
  border-color: var(--accent);
  background: #fff3f8;
}

body[data-page="chart-constants"] .approved-list-table {
  table-layout: fixed !important;
  min-width: 1100px;
}

body[data-page="chart-constants"] .approved-list-table th:nth-child(1),
body[data-page="chart-constants"] .approved-list-table td:nth-child(1) {
  width: 260px !important;
  overflow-wrap: anywhere;
}

body[data-page="chart-constants"] .approved-list-table th:nth-child(2),
body[data-page="chart-constants"] .approved-list-table td:nth-child(2) {
  width: 120px !important;
}

body[data-page="chart-constants"] .approved-list-table th:nth-child(3),
body[data-page="chart-constants"] .approved-list-table td:nth-child(3) {
  width: 180px !important;
}

@media (max-width: 850px) {
  .approved-list-table {
    min-width: 0;
  }
}
