/* STEP 116 — Online-shop statistics across public statistic blocks */
.stores-db-stat-card.is-online-stat .stores-db-stat-main strong,
.local-stat.is-online-stat .local-stat-copy strong,
.local-stat-card.is-online-stat .local-stat-copy strong{
    color:#6d28d9;
}
.stores-db-stat-card.is-online-stat::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:4px;
    height:100%;
    background:linear-gradient(180deg,#7c3aed,#a78bfa);
    opacity:.7;
}
.local-stat.is-online-stat .local-stat-icon,
.local-stat-card.is-online-stat .local-stat-icon{
    background:#f3e8ff;
    color:#7e22ce;
}
.about-stat-grid .about-online-stat{
    background:linear-gradient(180deg,#fff,#fcfaff);
}
.about-stat-grid .about-online-stat strong{color:#6d28d9}

@media(min-width:992px){
    .stores-db-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
    .local-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
    .local-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
    .about-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:991.98px) and (min-width:576px){
    .stores-db-stat-grid,
    .local-stats,
    .local-stat-grid,
    .about-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:575.98px){
    .local-stats,
    .local-stat-grid{grid-template-columns:1fr!important}
}
html[data-theme="dark"] .about-stat-grid .about-online-stat{
    background:#15121a!important;
}
