.mc-seller-box {
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fafafa;
}

.mc-seller-box img {
    width:40px;
    height:40px;
    border-radius:50%;
}

.mc-grid {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap:15px;
    margin-top:20px;
}
