.community-channels {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    margin-top: 1.25rem;
}

.community-channels-label {
    flex: 1 0 100%;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}

.community-channels[hidden] {
    display: none;
}

.community-channel {
    color: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.community-channel:hover,
.community-channel:focus-visible {
    color: var(--accent, #d81878);
    text-decoration: underline;
}

.footer-community {
    margin-top: 1rem;
}

.login-right .community-channels,
.signup-link + .community-channels {
    justify-content: center;
}
