.lined-out {
    text-decoration: line-through;
    opacity: 0.6;
}
#word-search-grid {
    background-color: #333; /* Slightly darker grey */
    padding: 5px;
    border-radius: 5px;
}

.cell {
    color: white; /* Keep letters white */
    background-color: #444; /* Grey background for grid squares */
    border: 2px solid #666 !important; /* Enforce grey gridlines */
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.row {
    display: flex;
}

#word-list {
    column-count: 2;
}
