.public-filters select {
  width: 50%;
}

.public-tab {
  cursor: default;
  padding-bottom: 13px;
}

.public-two-column th:first-child,
.public-two-column td:first-child {
  width: 52%;
}

.public-two-column td:first-child {
  font-size: 14px;
}

.public-two-column th:nth-child(2),
.public-two-column td:nth-child(2) {
  width: 48%;
  text-align: left;
}

.public-two-column td:nth-child(2) {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.site-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer a:hover {
  color: var(--accent);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .public-two-column td:first-child {
    font-size: 13px;
  }

  .public-filters {
    margin-bottom: 10px;
  }
}

.creator-filter {
  display: block;
}

.creator-picker {
  position: relative;
  width: 100%;
}

.creator-picker input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: #677887;
  font-size: 11px;
  padding: 7px 30px 7px 9px;
}

.creator-picker input:focus {
  border-color: #80b59d;
}

.creator-clear {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #e5eaed;
  color: #687783;
  font-size: 16px;
  line-height: 20px;
}

.creator-clear:hover {
  background: #d9e1e4;
}

.creator-options {
  position: absolute;
  z-index: 30;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  max-height: 230px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 24px rgb(29 41 57 / 14%);
  padding: 4px;
}

.creator-option {
  display: block;
  width: 100%;
  padding: 8px 9px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #536672;
  font-size: 11px;
  text-align: left;
}

.creator-option:hover,
.creator-option:focus,
.creator-option.selected {
  background: var(--soft);
  color: var(--accent);
}

.creator-no-results {
  margin: 0;
  padding: 12px 8px;
  color: #91a09c;
  font-size: 11px;
  text-align: center;
}
