.cell-preview {
    width: 85px;
    height: 85px;
}

.plants-cell {
    border-radius: 10px;
    overflow: hidden;
    margin: 3px;
    height: 85px;
    width: 85px;
    background-color: var(--inactive-color);
}

img.cell-rm-button {
    position: relative;
    width: 16px;
    top: -25px;
    left: -5px;
}

span#update-hint {
    margin-left: 10px;
}