/* merchant-home-three-stats-direct-mount-v10-13 */
#merchant-home-three-stats-direct-mount-v10-13{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
    margin:8px 0 0;
    padding:0;
    box-sizing:border-box;
}
#merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:0;
    height:var(--mh3d-v10-13-height,56px);
    min-height:var(--mh3d-v10-13-height,56px);
    max-height:var(--mh3d-v10-13-height,56px);
    padding:5px 8px;
    box-sizing:border-box;
    overflow:hidden;
    border:1px solid #edf0f4;
    border-radius:9px;
    background:#f5f7fa;
    text-align:center;
}
#merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-value{
    width:100%;
    margin:0 0 3px;
    overflow:hidden;
    color:#111827;
    font-size:14px;
    font-weight:700;
    line-height:1.1;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-label{
    width:100%;
    overflow:hidden;
    color:#64748b;
    font-size:11px;
    line-height:1.15;
    text-overflow:ellipsis;
    white-space:nowrap;
}
@media(max-width:768px){
    #merchant-home-three-stats-direct-mount-v10-13{gap:5px;margin-top:6px}
    #merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-card{padding:4px 3px;border-radius:8px}
    #merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-value{margin-bottom:2px;font-size:13px}
    #merchant-home-three-stats-direct-mount-v10-13 .mh3d-v10-13-label{font-size:10px}
}
