/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 29 2026 | 13:53:14 */
.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.share-vk    { background-color: #4680C2; color: white; }
.share-ok   { background-color: #FF9000; color: white; }
.share-dzen {
    background-color: #2B2B2B;
    color: white;
    cursor: pointer;
}
.share-mail { background-color: #0077FF; color: white; }
