.stitchwords-word-list {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 2px;
}
.stitchword-word-in-list {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.stitchwords-word-in-list-found {
    color: black;
}
.stitchwords-word-in-list-not-found {
    color: var(--theme-text);
    background-color: var(--theme-glass2);
}
.stitchwords-word-in-list-not-found-secret {
    color: transparent;
}
:root {
    --theme-stitchwords-grid: #fff;
    --theme-stitchwords-color-selected: #aaa;
}
:root.theme-dark {
    --theme-stitchwords-grid: #666;
}