.FilterByTagsPopover_tagsContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 80vh;
    box-sizing: border-box;
}

.FilterByTagsPopover_tagButton {
    margin: 1px;
    min-width: 10px;
    align-self: start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: content;

    @media (prefers-color-scheme: dark) {
        background: #868686;
    }
}
