.wk-attribute-icons-grid{
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(var(--wk-item-width,110px),max-content));
    justify-content:center;
    align-items:start;
    column-gap:50px;
    row-gap:28px;
    margin:30px auto;
}
.wk-attribute-icons-item{
    width:var(--wk-item-width,110px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    box-sizing:border-box;
}
.wk-attribute-icons-icon img{
    width:70px;
    height:70px;
    max-width:none;
    object-fit:contain;
    display:block;
    margin:0 auto;
    border:0;
    box-shadow:none;
}
.wk-attribute-icons-icon{
    margin-bottom:12px;
}
.wk-attribute-icons-label{
    font-size:13px;
    font-weight:600;
    line-height:1.2;
    margin:0 0 2px;
}
.wk-attribute-icons-value{
    font-size:12px;
    line-height:1.25;
    opacity:.75;
    margin:0;
}
