.social-cards {
    &__settings {
        margin-top: 20px;
        background: #fff;
        padding: 20px;
        border: 1px solid $border-color;
        box-shadow: $box-shadow;
        
        &-panel {
            flex: 1;
            max-width: 50%;
        }
    }
    
    &__section {
        background: #fff;
        border: 1px solid $border-color;
        border-radius: 4px;
        margin-bottom: 20px;
        
        &-title {
            @include section-header;
        }
    }
} 