.video-social-links-container {
    margin: 18px auto 10px;
}

.video-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.video-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 500;
}

.video-social-btn:hover {
    color: #fff;
    text-decoration: none;
}

.video-social-btn.youtube-btn {
    background: #ff0000;
}

.video-social-btn.youtube-btn:hover {
    background: #cc0000;
}

.video-social-btn.tiktok-btn {
    background: #111111;
}

.video-social-btn.tiktok-btn:hover {
    background: #000000;
}

.video-social-btn.facebook-btn {
    background: #1877f2;
}

.video-social-btn.facebook-btn:hover {
    background: #0f5ec9;
}
