.wordle__checkbox-group {
    display: flex;
    align-items: center; /* ensure vertical center alignment */
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: red;
}

.wordle__checkbox-group input[type="checkbox"] {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    color: green;
}

.wordle__checkbox-group label {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: green;
}

.wordle__checkbox-inline {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.wordle__checkbox-inline label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.wordle__checkbox-row {
    display: flex;
    gap: 0.5rem;
    justify-content: start;
}

.wordle__checkbox-row > div {
    display: flex;
    justify-content: center;
    width: 8ch;
}

.wordle__checkbox-row {
    display: flex;
    flex-direction: row;
    gap: 4.5rem;
    align-items: center;
    color: red;
    margin-left: 2px;
}

.wordle__checkbox-row > div {
    display: flex;
    justify-content: center;
    width: 8ch;
    min-width: 8ch;
}

.wordle__checkbox-group input[type="checkbox"] {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    color: green;
}

.wordle__checkbox-group label {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: green;
}

.wordle__checkbox-inline {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.wordle__checkbox-inline label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
