:root {
    /*--main-color: #232323;*/
    --main-color: #FFEBCD;
    --add-color: #393939;
    --green-color: #2d9062;
    --yellow-color: #faaf08;
    --wheat-color: #FFEBCD;
    --pattern: url(/img/menu-icons/black-scratch-lines.png);
}

.lhst_attr_img_big {
    width: 40px;
    height: 40px
}

.lhst_attr_img_small {
    width: 20px;
    height: 20px
}

.lhst_attr_coin_img {
    width: 16px;
    height: 16px
}

.lhst_attr_name {
    width: 107px
}

.lhst_attr_value {
    width: 40px;
    text-align: right
}

.lhst_attr_card {
    width: 280px;
    border-style: solid;
    border-width: 2px;
    border-color: #2b2b2b;
    background-image: var(--pattern);
    background-size: 60%;
    border-radius: 6px;
    color: var(--wheat-color);
    padding: 1rem;
}

.lhst_attr_horizontal-line {
    border-style: solid;
    border-width: .5px 0 0;
    border-color: var(--add-color);
    margin: 0 0 0 -1px
}

.lhst_btn_reset_attribute_btn {
    margin-bottom: 3px;
    padding: 0;
    height: 24px;
    background: radial-gradient(var(--add-color), black);
    color: var(--wheat-color);
    border-radius: 3px;
    font-weight: 700;
    font-size: revert;
}
