/* MODULIQ Newsroom v0.5.1 — Social Counter */
.mq-widget.mq-social-counter-widget{padding:0;border:0;background:transparent}
.mq-social-counter-block{--mq-social-accent:#b33de2;background:#1d1d1d;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:28px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.12)}
.mq-social-counter-heading{display:flex;align-items:flex-end;margin:0 0 28px;position:relative}
.mq-social-counter-heading:after{content:"";height:1px;background:var(--mq-social-accent);flex:1;min-width:30px}
.mq-social-counter-heading h3{margin:0;padding:16px 25px 15px;background:var(--mq-social-accent);color:#fff;border-radius:14px 14px 0 0;font-size:28px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}
.mq-social-counter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 15px}
.mq-social-counter-cols-1 .mq-social-counter-grid{grid-template-columns:1fr}
.mq-social-counter-cols-3 .mq-social-counter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mq-social-counter-card{min-width:0;display:flex;align-items:center;gap:15px;background:#fff;color:#101010;border:1px solid color-mix(in srgb,var(--mq-network-color) 72%,#fff);padding:17px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}
a.mq-social-counter-card:hover,a.mq-social-counter-card:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.16);border-color:var(--mq-network-color);color:#101010}
.mq-social-counter-card:before{content:"";position:absolute;inset:auto 0 0;height:2px;background:var(--mq-network-color);opacity:.88}
.mq-social-counter-icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;flex:0 0 52px;background:var(--mq-network-color);color:#fff}
.mq-social-counter-icon svg{width:26px;height:26px;display:block}
.mq-social-counter-copy{display:grid;gap:5px;min-width:0;line-height:1}
.mq-social-counter-copy strong{font-size:25px;font-weight:900;letter-spacing:-.03em;color:#090909}
.mq-social-counter-copy>span{font-size:16px;font-weight:500;color:#a3a3a3;line-height:1.15;overflow:hidden;text-overflow:ellipsis}
body.mq-dark .mq-social-counter-block{background:#191919}
@media (max-width:1150px){.mq-social-counter-block{padding:22px}.mq-social-counter-heading h3{font-size:23px;padding:14px 20px 13px}.mq-social-counter-grid,.mq-social-counter-cols-3 .mq-social-counter-grid{grid-template-columns:1fr}.mq-social-counter-card{padding:14px}.mq-social-counter-icon{width:46px;height:46px;flex-basis:46px}.mq-social-counter-copy strong{font-size:22px}}
@media (max-width:640px){.mq-social-counter-block{padding:18px}.mq-social-counter-heading{margin-bottom:18px}.mq-social-counter-heading h3{font-size:20px}.mq-social-counter-grid{gap:10px}}
@media (prefers-reduced-motion:reduce){.mq-social-counter-card{transition:none!important}}
