.wpo-social-link-wrap {
    display: inline-flex;
    margin: 0 0.65rem 0.65rem 0;
    vertical-align: top;
}

.wpo-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wpo-social-link:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.wpo-social-link__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpo-social-link--pill,
.wpo-social-link--minimal {
    border-radius: 999px;
    padding: 0.72rem 1rem;
    font-size: 13px;
    font-weight: 700;
}

.wpo-social-link--pill {
    border: 1px solid var(--wpo-border, rgba(0, 0, 0, 0.08));
    background: transparent;
    color: var(--wpo-text, #1d2327);
}

.wpo-social-link--minimal {
    border: 1px dashed var(--wpo-border, rgba(0, 0, 0, 0.08));
    background: color-mix(in srgb, var(--wpo-bg, #ffffff) 88%, var(--wpo-accent, #2271b1) 12%);
    color: var(--wpo-text, #1d2327);
}

.wpo-social-link--text {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--wpo-accent, #2271b1);
    font-size: 14px;
    font-weight: 700;
}

.wpo-social-link--text:hover {
    color: var(--wpo-text, #1d2327);
}

.wpo-social-link--pill:hover,
.wpo-social-link--minimal:hover {
    color: var(--wpo-accent-contrast, #ffffff);
}

.wpo-social-link--instagram:hover {
    background: #e4405f;
    border-color: #e4405f;
}

.wpo-social-link--youtube:hover {
    background: #ff0033;
    border-color: #ff0033;
}

.wpo-social-link--tiktok:hover {
    background: #111111;
    border-color: #111111;
}

.wpo-social-link--facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.wpo-social-link--reddit:hover {
    background: #ff4500;
    border-color: #ff4500;
}

.wpo-social-link--linkedin:hover {
    background: #0a66c2;
    border-color: #0a66c2;
}

.wpo-social-link--x:hover {
    background: #000000;
    border-color: #000000;
}

.wpo-social-link--website:hover,
.wpo-social-link--custom:hover {
    background: var(--wpo-accent, #2271b1);
    border-color: var(--wpo-accent, #2271b1);
}
