/* Resource Icons */
.resource-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    flex-shrink: 0;
    min-width: 16px;
}

/* Lumber/Wood (Дерево) */
.resource-icon-lumber,
.resource-icon-wood {
    background-image: url('../img/resources/lumber_small.png');
}

/* Clay (Глина) */
.resource-icon-clay {
    background-image: url('../img/resources/clay_small.png');
}

/* Iron (Железо) */
.resource-icon-iron {
    background-image: url('../img/resources/iron_small.png');
}

/* Crop (Зерно) */
.resource-icon-crop {
    background-image: url('../img/resources/crop_small.png');
}


