/* Base hooks (full editable CSS is injected from the Custom CSS option) */
.ssp-stats .st-ic {
    color: var(--ssp-st-ic, currentColor);
}

.ssp-stats .st-label {
    color: var(--ssp-st-label, inherit);
}

.ssp-stats .st-value {
    color: var(--ssp-st-value, inherit);
}

.ssp-stats a {
    color: var(--ssp-st-link, inherit);
}

.ssp-stats .st-badge.online {
    background: var(--ssp-st-online-bg, #111);
    color: var(--ssp-st-online-fg, #fff);
}

.ssp-stats .st-badge.visitors {
    background: var(--ssp-st-vis-bg, #444);
    color: var(--ssp-st-vis-fg, #fff);
}