.faq-group-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    flex-shrink: 0;
    /* Defaults applying user variables or fallback values */
    background: var(--off-white, #f7f7f7);
    border: 1px solid var(--border, #cccccc);
    color: var(--text-light, #666666);
}