.hazard-tile {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    box-sizing: border-box;
    user-select: none;
    z-index: 1;
    text-align: center;
}

.hazard-tile-icon {
    height: 40px;
    width: 40px;
    margin-top: 4px;
    line-height: 42px;
    position: relative;
    font-size: 42px;
    align-content: center;
    left: -1px;
    color: var(--grid-bg);
}