.wcfomo-wrap{
    display:flex;
    align-items:center;
    gap:.5rem;
    padding:.6rem .8rem;
    border-radius:12px;
    margin-bottom:12px;
    font-size:14px;
    line-height:1.6;
    color:inherit;
}
@media (min-width: 1024px){
    .wcfomo-wrap{ padding:.4rem .6rem; }
}

.wcfomo-theme-transparent{
    background:transparent;
    border:0;
    box-shadow:none;
    text-shadow: 0 1px 1px rgba(0,0,0,.08);
}

.wcfomo-theme-light{
    background:#ffffff;
    border:1px solid #eaeaea;
    box-shadow:0 1px 2px rgba(0,0,0,.04);
    color:#111827;
    text-shadow:none;
}

.wcfomo-theme-dark{
    background:#111827;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 1px 2px rgba(0,0,0,.3);
    color:#f9fafb;
    text-shadow:none;
}

.wcfomo-ping{
    position:relative;
    width:12px;
    height:12px;
    flex:0 0 12px;
}
.wcfomo-ping-dot{
    position:absolute;
    left:0;top:0;
    width:12px;height:12px;
    border-radius:9999px;
    background:#10b981; /* emerald */
}
.wcfomo-ping.pulse::after{
    content:"";
    position:absolute;
    left:0;top:0;
    width:12px;height:12px;
    border-radius:9999px;
    background:#10b981;
    animation:wcfomo-ping 0.6s ease-out;
}
@keyframes wcfomo-ping{
    0%{transform:scale(1);opacity:.7}
    80%{transform:scale(2.25);opacity:0}
    100%{transform:scale(2.25);opacity:0}
}

.wcfomo-text{display:inline-block;}
.wcfomo-count{font-weight:700;}
