#dirty-requests {
  font-family: inherit;
  max-width: 760px;
  margin: 0 auto;
}

.dirty-request-search input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  margin-bottom: 24px;
}

.dirty-track {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid currentColor;
  padding: 16px 0;
}

.dirty-track h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 500;
}

.dirty-track p {
  margin: 0;
  opacity: 0.7;
}

.dirty-track button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 8px 12px;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.dirty-track button:hover {
  background: currentColor;
  color: var(--dirty-bg, #fff);
}

.dirty-track button:disabled {
  opacity: 0.5;
  cursor: default;
}