.ss-follow-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ss-follow-column {
    width: 100%;
}

.ss-follow-network {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.ss-follow-network:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ss-follow-icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.ss-svg-icon {
    width: 32px;
    height: 32px;
}

.ss-follow-network-label {
    font-weight: 500;
    color: #4a5568;
    flex-grow: 1;
    font-size: 14px;
}

.ss-follow-network-count {
    text-align: right;
}

.ss-follow-network-count-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
}

.ss-follow-network-count-label {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
    text-transform: none;
}

.ss-facebook-color .ss-svg-icon {
    fill: #3b5998;
}
.ss-facebook-color:hover {
    background: rgba(59, 89, 152, 0.05);
}

.ss-twitter-color .ss-svg-icon {
    fill: #000000;
}
.ss-twitter-color:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ss-linkedin-color .ss-svg-icon {
    fill: #0077b5;
}
.ss-linkedin-color:hover {
    background: rgba(0, 119, 181, 0.05);
}

.ss-instagram-color .ss-svg-icon {
    fill: #e4405f;
}
.ss-instagram-color:hover {
    background: rgba(228, 64, 95, 0.05);
}

.ss-youtube-color .ss-svg-icon {
    fill: #ff0000;
}
.ss-youtube-color:hover {
    background: rgba(255, 0, 0, 0.05);
}

.ss-pinterest-color .ss-svg-icon {
    fill: #bd081c;
}
.ss-pinterest-color:hover {
    background: rgba(189, 8, 28, 0.05);
}

.ss-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ss-regular-buttons {
    /* Social Snap regular buttons style */
}

.ss-columns-1 {
    /* Single column layout */
}

.ss-light-style {
    /* Light theme */
}