
.hi-social-divider {
    position: relative;
    text-align: center;
    margin: 18px 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hi-social-divider::before,
.hi-social-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.hi-social-divider::before {
    left: 0;
}

.hi-social-divider::after {
    right: 0;
}

.hi-social-divider span {
    background: transparent;
    padding: 0 8px;
    position: relative;
}

.hi-social-btns {
    display: flex;
    gap: 10px;
}

.hi-social-btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: filter 0.15s ease, opacity 0.15s ease;
}

.hi-social-btn:hover {
    filter: brightness(1.08);
    text-decoration: none;
}

.hi-social-google {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hi-social-discord {
    background: #5865F2;
    color: #fff;
}

@media (max-width: 420px) {
    .hi-social-btns {
        flex-direction: column;
    }
}
