.kaveh-grid-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:20px;
}
.kaveh-attribute-box{
    padding:16px;
    text-align:center;
    transition:all .3s ease;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#f5f5f5;
    border-radius:12px;
}
.kaveh-attribute-box .attr-label{
    font-weight:600;
    margin-bottom:6px;
}
.kaveh-attribute-box .attr-value{
    font-size:14px;
}
