.wd-social-icons.wd-style-simple {
    --wd-social-bg: #EFEFEF;
    --wd-social-bg-hover: var(--wd-primary-color);
    --wd-social-color: rgba(0,0,0,0.4);
    --wd-social-color-hover: #fff
}

.wd-social-icons.wd-style-simple.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-simple {
    --wd-social-bg: rgba(255,255,255,0.3);
    --wd-social-color: #fff
}

.wd-social-icons.wd-style-colored {
    --wd-social-color: #fff;
    --wd-social-shadow-hover: inset 0 0 200px rgba(0,0,0,0.15)
}

.wd-social-icons.wd-style-colored>a {
    --wd-social-bg: var(--wd-social-brand-color)
}

.wd-social-icons.wd-style-colored-alt {
    --wd-social-color: rgb(57 55 77 / 66%);
    --wd-social-color-hover: #fff;
    --wd-social-bg: #EFEFEF
}

.wd-social-icons.wd-style-colored-alt>a {
    --wd-social-bg-hover: var(--wd-social-brand-color)
}

.wd-social-icons.wd-style-colored-alt.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-colored-alt {
    --wd-social-color: #fff;
    --wd-social-bg: rgba(255,255,255,0.3)
}

.wd-social-icons.wd-style-bordered {
    --wd-social-color: rgba(0,0,0,0.4);
    --wd-social-color-hover: #fff;
    --wd-social-brd: 2px solid;
    --wd-social-brd-color: #CCC
}

.wd-social-icons.wd-style-bordered>a {
    --wd-social-bg-hover: var(--wd-social-brand-color);
    --wd-social-brd-color-hover: var(--wd-social-brand-color)
}

.wd-social-icons.wd-style-bordered.color-scheme-light,.color-scheme-light .wd-social-icons.wd-style-bordered {
    --wd-social-color: #fff;
    --wd-social-brd-color: rgba(255,255,255,0.4)
}

.wd-social-icons.wd-style-primary {
    --wd-social-color: var(--wd-primary-color);
    --wd-social-color-hover: #fff;
    --wd-social-bg-hover: var(--wd-primary-color);
    --wd-social-brd: 2px solid;
    --wd-social-brd-color: var(--wd-primary-color)
}