.resvbar-social-follow__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.resvbar-social-follow__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(1, 48, 95, 0.08);
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(1, 48, 95, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resvbar-social-follow__link:hover {
    transform: translateY(-2px);
}

.resvbar-social-follow__link--x { color: #111; }
.resvbar-social-follow__link--linkedin { color: #0a66c2; }
.resvbar-social-follow__link--tiktok { color: #111; }
.resvbar-social-follow__link--snapchat { color: #d4a800; }
.resvbar-social-follow__link--instagram { color: #e4405f; }
.resvbar-social-follow__link--facebook { color: #1877f2; }

.resvbar-social-follow__link--instagram i {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
