.sv-social-widget {
    width: 100%;
    margin: 0 auto;
    padding: 4rem var(--sv-content-padding);
    box-sizing: border-box;
    background: var(--sv-bg);
    position: relative;
    z-index: 1;
}

.sv-social-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: var(--sv-bg);
    z-index: -1;
}

.sv-social-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.sv-social-title {
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.sv-social-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}