.wpo-footer-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.wpo-footer-content--left {
    justify-content: flex-start;
}

.wpo-footer-content--center {
    justify-content: center;
}

.wpo-footer-content--right {
    justify-content: flex-end;
}

.wpo-footer-content .wpo-social {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.wpo-footer .wpo-social--pills,
.wpo-footer-content .wpo-social--pills {
    flex-wrap: wrap;
    gap: 0.65rem;
}

.wpo-footer-content .wpo-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--wpo-footer-link, var(--wpo-accent, #2271b1));
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpo-footer-content .wpo-social__link:hover {
    background: var(--wpo-footer-text, var(--wpo-text, #1d2327));
}

.wpo-footer .wpo-social__link--pill,
.wpo-footer-content .wpo-social__link--pill {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--wpo-border, rgba(0, 0, 0, 0.08));
    background: transparent;
    color: var(--wpo-footer-text, var(--wpo-text, #1d2327));
    font-size: 13px;
    font-weight: 700;
}

.wpo-footer .wpo-social__link--pill:hover,
.wpo-footer-content .wpo-social__link--pill:hover {
    background: var(--wpo-accent, #2271b1);
    border-color: var(--wpo-accent, #2271b1);
    color: var(--wpo-accent-contrast, #ffffff);
}

.wpo-footer-content .wpo-footer__copy {
    color: var(--wpo-footer-text, var(--wpo-muted, #50575e));
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
