.filter-options {
  display: grid;
  gap: 10px;
  max-height: 58dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

.filter-options button {
  min-height: 48px;
  padding: 10px 12px;
  color: #1D1D1E;
  background: rgba(29, 29, 30, 0.07);
  border: 1px solid rgba(29, 29, 30, 0.12);
  text-align: left;
}

.filter-options button.is-active {
  color: var(--text-main);
  background: var(--accent);
}
